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 /playbooks/provisioning/openstack | |
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 'playbooks/provisioning/openstack')
-rw-r--r-- | playbooks/provisioning/openstack/pre_tasks.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/provisioning/openstack/pre_tasks.yml b/playbooks/provisioning/openstack/pre_tasks.yml index 7146c886a..11fe2dd84 100644 --- a/playbooks/provisioning/openstack/pre_tasks.yml +++ b/playbooks/provisioning/openstack/pre_tasks.yml @@ -7,7 +7,7 @@ - name: Set default Environment ID set_fact: - default_env_id: "casl-{{ lookup('env','OS_USERNAME') }}-{{ env_random_id }}" + default_env_id: "openshift-{{ lookup('env','OS_USERNAME') }}-{{ env_random_id }}" delegate_to: localhost - name: Setting Common Facts |