diff options
author | Tomas Sedovic <tomas@sedovic.cz> | 2017-10-06 09:20:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-06 09:20:53 +0200 |
commit | 1c73318927fe1730fa4c52fc684a94d37d12a5fd (patch) | |
tree | 1b7c2e5656773ae38867620d1080157fd9a4d26b /roles/openstack-stack/README.md | |
parent | 4f2ed15df49c7ed047049b5f1e1b20575c44c73d (diff) | |
download | openshift-1c73318927fe1730fa4c52fc684a94d37d12a5fd.tar.gz openshift-1c73318927fe1730fa4c52fc684a94d37d12a5fd.tar.bz2 openshift-1c73318927fe1730fa4c52fc684a94d37d12a5fd.tar.xz openshift-1c73318927fe1730fa4c52fc684a94d37d12a5fd.zip |
Replace the CASL references (#778)
Following up on the initial port of the OpenStack roles from
casl-ansible to openshift-ansible-contrib. One of the points that was
brought up in the review was to drop the references to CASL in the
code since the code has now wider reach.
Diffstat (limited to 'roles/openstack-stack/README.md')
-rw-r--r-- | roles/openstack-stack/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openstack-stack/README.md b/roles/openstack-stack/README.md index 509c9de6c..32a2b49f1 100644 --- a/roles/openstack-stack/README.md +++ b/roles/openstack-stack/README.md @@ -5,5 +5,5 @@ Role for spinning up instances using OpenStack Heat. ## To Test ``` -ansible-playbook casl-ansible/roles/openstack-stack/test/stack-create-test.yml +ansible-playbook openshift-ansible-contrib/roles/openstack-stack/test/stack-create-test.yml ``` |