Fix invalid var reference

The {{ stack_domain }} reference is from icehouse, and is no longer
applicable on juno.  On juno we use {{ stack_user_domain_name }}
instead.
This commit is contained in:
Matt Thompson 2014-10-07 13:00:26 +01:00
parent e32d7e41d6
commit a8f828c5b3

View File

@ -27,7 +27,7 @@
shell: |
. /root/openrc
openstack --os-identity-api-version=3 --os-auth-url={{ auth_identity_uri_v3 }} \
domain create {{ stack_domain }} --description "Owns users and projects created by heat"
domain create {{ stack_user_domain_name }} --description "Owns users and projects created by heat"
ignore_errors: true
- name: Create heat domain admin user