From 7b9d543ab52641e05ed116462a2396e5632c87a3 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 12 Dec 2022 16:56:44 +0100 Subject: [PATCH] Update AIO to use OVN-style provider network for Trove This patch updates the aio openstack_user_config template to use the OVN/OVS style provider network definition for Trove testing. Change-Id: I864584e213d8a6a50e0f0b1003be34b0e392dd6e --- etc/openstack_deploy/openstack_user_config.yml.aio.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/openstack_deploy/openstack_user_config.yml.aio.j2 b/etc/openstack_deploy/openstack_user_config.yml.aio.j2 index 66599756d3..5c60d19bbb 100644 --- a/etc/openstack_deploy/openstack_user_config.yml.aio.j2 +++ b/etc/openstack_deploy/openstack_user_config.yml.aio.j2 @@ -101,12 +101,12 @@ global_overrides: container_bridge: "br-dbaas" container_type: "veth" container_interface: "eth13" - host_bind_override: "eth13" + network_interface: "eth13" ip_from_q: "dbaas" type: "flat" net_name: "dbaas-mgmt" group_binds: - - neutron_linuxbridge_agent + - neutron_ovn_gateway - rabbitmq {% endif %} {% if 'octavia' in bootstrap_host_scenarios_expanded %}