Fix switching services-docker to services
Change-Id: I1e264a03b10c1a5244e9a604c45c608c19037827 Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
parent
66c5d61ac8
commit
8f87c8e361
@ -76,7 +76,7 @@ class TestUndercloudInstall(TestPluginV1):
|
||||
'/usr/share/openstack-tripleo-heat-templates/environments/'
|
||||
'services/zaqar.yaml', '-e',
|
||||
'/usr/share/openstack-tripleo-heat-templates/environments/'
|
||||
'services-docker/tripleo-ui.yaml', '-e',
|
||||
'services/tripleo-ui.yaml', '-e',
|
||||
'/usr/share/openstack-tripleo-heat-templates/environments/'
|
||||
'public-tls-undercloud.yaml',
|
||||
'--public-virtual-ip', '192.168.24.2',
|
||||
@ -155,7 +155,7 @@ class TestUndercloudUpgrade(TestPluginV1):
|
||||
'/usr/share/openstack-tripleo-heat-templates/environments/'
|
||||
'services/zaqar.yaml', '-e',
|
||||
'/usr/share/openstack-tripleo-heat-templates/environments/'
|
||||
'services-docker/tripleo-ui.yaml', '-e',
|
||||
'services/tripleo-ui.yaml', '-e',
|
||||
'/usr/share/openstack-tripleo-heat-templates/environments/'
|
||||
'public-tls-undercloud.yaml',
|
||||
'--public-virtual-ip', '192.168.24.2',
|
||||
|
@ -718,7 +718,7 @@ def prepare_undercloud_deploy(upgrade=False, no_validations=False):
|
||||
|
||||
if CONF.get('enable_ui'):
|
||||
deploy_args += ['-e', os.path.join(
|
||||
tht_templates, "environments/services-docker/tripleo-ui.yaml")]
|
||||
tht_templates, "environments/services/tripleo-ui.yaml")]
|
||||
|
||||
if CONF.get('enable_cinder'):
|
||||
deploy_args += ['-e', os.path.join(
|
||||
|
Loading…
Reference in New Issue
Block a user