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 <maksim.malchuk@gmail.com>
This commit is contained in:
parent
b6bb2c80ed
commit
fb2925b7a7
@ -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' %}
|
||||
|
Loading…
Reference in New Issue
Block a user