From fab9704db4f69fbccf7b39bd8ebdb7b5ad729b61 Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Mon, 23 Apr 2018 13:59:34 +0200 Subject: [PATCH] Fix services docker tht path for tempest container Change-Id: I8532aeca39f5f43c659bf2648c2ae3ca5743acd5 Signed-off-by: Bogdan Dobrelya --- roles/undercloud-deploy/templates/undercloud-deploy.sh.j2 | 2 +- .../templates/undercloud-prep-containers.sh.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/undercloud-deploy/templates/undercloud-deploy.sh.j2 b/roles/undercloud-deploy/templates/undercloud-deploy.sh.j2 index e1d1fd571..9e8c5d6a7 100644 --- a/roles/undercloud-deploy/templates/undercloud-deploy.sh.j2 +++ b/roles/undercloud-deploy/templates/undercloud-deploy.sh.j2 @@ -54,7 +54,7 @@ sudo openstack undercloud deploy \ -e {{overcloud_templates_path}}/environments/{{env_files_path}}/mistral.yaml \ {% endif %} {% if undercloud_enable_tempest|bool %} - -e {{overcloud_templates_path}}/environments/services-docker/tempest.yaml \ + -e {{overcloud_templates_path}}/environments/{{env_files_path}}/tempest.yaml \ {% endif %} {% if undercloud_enable_ironic|bool %} -e {{overcloud_templates_path}}/environments/{{env_files_path}}/ironic.yaml \ diff --git a/roles/undercloud-deploy/templates/undercloud-prep-containers.sh.j2 b/roles/undercloud-deploy/templates/undercloud-prep-containers.sh.j2 index ee58976f2..68f51ecb0 100644 --- a/roles/undercloud-deploy/templates/undercloud-prep-containers.sh.j2 +++ b/roles/undercloud-deploy/templates/undercloud-prep-containers.sh.j2 @@ -36,7 +36,7 @@ openstack overcloud container image prepare \ -e {{overcloud_templates_path}}/environments/{{env_files_path}}/mistral.yaml \ {% endif %} {% if undercloud_enable_tempest|bool %} - -e {{overcloud_templates_path}}/environments/services-docker/tempest.yaml \ + -e {{overcloud_templates_path}}/environments/{{env_files_path}}/tempest.yaml \ {% endif %} {% if undercloud_enable_ironic|bool %} -e {{overcloud_templates_path}}/environments/{{env_files_path}}/ironic.yaml \