Replace hardcoded tht path by tht_dir variable for update

the tht path for overcloud registry is missing the
tht_dir variable.

Change-Id: I6c26225e5a04500faeaac9ea7de661bf1b986df0
This commit is contained in:
Mathieu Bultel 2017-06-02 23:40:48 +02:00
parent 3740fd1a4a
commit 5de7da5b3a

View File

@ -3,7 +3,7 @@ set -eux
source {{ upgrade_working_dir }}/stackrc
openstack overcloud deploy --templates {{ tht_dir }} \
-e tripleo-heat-templates/overcloud-resource-registry-puppet.yaml \
-e {{ tht_dir }}/overcloud-resource-registry-puppet.yaml \
{% if network_isolation == true %}
-e {{ tht_dir }}/environments/network-isolation.yaml \
-e {{ tht_dir }}/environments/net-single-nic-with-vlans.yaml \