diff options
author | Øystein Bedin <oybed@users.noreply.github.com> | 2017-06-16 13:25:27 -0400 |
---|---|---|
committer | Ryan Cook <rcook@redhat.com> | 2017-06-16 10:25:27 -0700 |
commit | 7ba2ef768b25b99f628c88a8e6348a8d0df630a0 (patch) | |
tree | d96d9d6f202955cf980b043376eeedb36482ebc9 /roles/openstack-stack/README.md | |
parent | a6bf0552961c7b8c63639850fd0501941e89938f (diff) | |
download | openshift-7ba2ef768b25b99f628c88a8e6348a8d0df630a0.tar.gz openshift-7ba2ef768b25b99f628c88a8e6348a8d0df630a0.tar.bz2 openshift-7ba2ef768b25b99f628c88a8e6348a8d0df630a0.tar.xz openshift-7ba2ef768b25b99f628c88a8e6348a8d0df630a0.zip |
Revert "Add an Openstack provider (#397)" (#465)
This reverts commit 94756e66352439d48e5d02b461679bd0f1e121cb.
Diffstat (limited to 'roles/openstack-stack/README.md')
-rw-r--r-- | roles/openstack-stack/README.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/roles/openstack-stack/README.md b/roles/openstack-stack/README.md deleted file mode 100644 index 509c9de6c..000000000 --- a/roles/openstack-stack/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Role openstack-stack - -Role for spinning up instances using OpenStack Heat. - -## To Test - -``` -ansible-playbook casl-ansible/roles/openstack-stack/test/stack-create-test.yml -``` |