Skip to content

Commit 22038a9

Browse files
committed
[OVN] Configure public bridge enabled by default
This patch makes the OVN_L3_CREATE_PUBLIC_NETWORK configuration True by default. This option makes the OVN lib in DevStack create & configure the external bridge, matching the same behavior from the OVS driver in DevStack. Change-Id: Icda53b95fdc3c169ac48a6ec4343c87ba404baa4 Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
1 parent a634c7f commit 22038a9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.zuul.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@
468468
SWIFT_HASH: 1234123412341234
469469
DEBUG_LIBVIRT_COREDUMPS: true
470470
NOVA_VNC_ENABLED: true
471-
OVN_L3_CREATE_PUBLIC_NETWORK: true
472471
OVN_DBS_LOG_LEVEL: dbg
473472
devstack_local_conf:
474473
post-config:

lib/neutron_plugins/ovn_agent

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ OVN_META_DATA_HOST=${OVN_META_DATA_HOST:-$(ipv6_unquote $SERVICE_HOST)}
9595

9696
# If True (default) the node will be considered a gateway node.
9797
ENABLE_CHASSIS_AS_GW=$(trueorfalse True ENABLE_CHASSIS_AS_GW)
98+
OVN_L3_CREATE_PUBLIC_NETWORK=$(trueorfalse True OVN_L3_CREATE_PUBLIC_NETWORK)
9899

99100
export OVSDB_SERVER_LOCAL_HOST=$SERVICE_LOCAL_HOST
100101
if [[ "$SERVICE_IP_VERSION" == 6 ]]; then

0 commit comments

Comments
 (0)