From fb2925b7a76bf204a93311256224c141f31f3c9e Mon Sep 17 00:00:00 2001 From: Maksim Malchuk Date: Wed, 24 Jun 2020 13:21:36 +0300 Subject: [PATCH] Fix the name of the renamed network for trove The change I60e6126a9fc0ca5c51009fb207642ce2c1afa323 brings the issue with fail in the translations scenario during the trove configuration. This change renames the flat network for trove in order to match the required flat name that is dbaas-mgmt. Change-Id: I4066d74d3547343929d5208fb453732786b36948 Signed-off-by: Maksim Malchuk --- .../templates/user_variables_translations.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/roles/bootstrap-host/templates/user_variables_translations.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables_translations.yml.j2 index ccc734800f..d8b181b117 100644 --- a/tests/roles/bootstrap-host/templates/user_variables_translations.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables_translations.yml.j2 @@ -14,8 +14,8 @@ # limitations under the License. # Trove settings for translations site. -trove_provider_net_name: flat-db -trove_service_net_phys_net: flat-db +trove_provider_net_name: dbaas-mgmt +trove_service_net_phys_net: dbaas-mgmt trove_service_net_setup: True {% if bootstrap_host_container_tech == 'nspawn' %}