summaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/openstack_newton_xenial/roles/heat/tasks/heat_install.yml
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2016-11-09 07:26:38 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-09 07:26:38 +0000
commit5f7e61eb5419681359af3ff3e37fac2b771a5c08 (patch)
tree11356f5a44b0bedbe3f48652628aec298db2670b /deploy/adapters/ansible/openstack_newton_xenial/roles/heat/tasks/heat_install.yml
parent92c05616a3612dca02ccbf88dcf4c73929f15dad (diff)
parent14c337344987857a4648ff08365b8b128a553ef8 (diff)
Merge "Update the API version for Openstack Newton"
Diffstat (limited to 'deploy/adapters/ansible/openstack_newton_xenial/roles/heat/tasks/heat_install.yml')
-rw-r--r--deploy/adapters/ansible/openstack_newton_xenial/roles/heat/tasks/heat_install.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/openstack_newton_xenial/roles/heat/tasks/heat_install.yml b/deploy/adapters/ansible/openstack_newton_xenial/roles/heat/tasks/heat_install.yml
index b90e6402..6a0f1c73 100644
--- a/deploy/adapters/ansible/openstack_newton_xenial/roles/heat/tasks/heat_install.yml
+++ b/deploy/adapters/ansible/openstack_newton_xenial/roles/heat/tasks/heat_install.yml
@@ -21,7 +21,7 @@
- name: create heat user domain
shell: >
- . /opt/admin-openrc-v3.sh;
+ . /opt/admin-openrc.sh;
openstack domain create --description "Stack projects and users" heat;
openstack user create --domain heat --password {{ HEAT_PASS }} heat_domain_admin;
openstack role add --domain heat --user-domain heat --user heat_domain_admin admin;