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
This commit is contained in:
parent
6c8d21781e
commit
7b9d543ab5
@ -101,12 +101,12 @@ global_overrides:
|
|||||||
container_bridge: "br-dbaas"
|
container_bridge: "br-dbaas"
|
||||||
container_type: "veth"
|
container_type: "veth"
|
||||||
container_interface: "eth13"
|
container_interface: "eth13"
|
||||||
host_bind_override: "eth13"
|
network_interface: "eth13"
|
||||||
ip_from_q: "dbaas"
|
ip_from_q: "dbaas"
|
||||||
type: "flat"
|
type: "flat"
|
||||||
net_name: "dbaas-mgmt"
|
net_name: "dbaas-mgmt"
|
||||||
group_binds:
|
group_binds:
|
||||||
- neutron_linuxbridge_agent
|
- neutron_ovn_gateway
|
||||||
- rabbitmq
|
- rabbitmq
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if 'octavia' in bootstrap_host_scenarios_expanded %}
|
{% if 'octavia' in bootstrap_host_scenarios_expanded %}
|
||||||
|
Loading…
Reference in New Issue
Block a user