From 503e9ac4cf9ddb634279bf98c856adb135f43ac9 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Mon, 15 Jul 2013 09:41:25 -0700 Subject: [PATCH] Set external ID on br-ex This will enable Neurtron identify that the external bridge is a Neutron bridge (this is required for bug 1192883) Change-Id: I8ad1b0b3d93d5068beec2021abf9afbacf8c48ff --- lib/neutron_plugins/ovs_base | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/neutron_plugins/ovs_base b/lib/neutron_plugins/ovs_base index 0a53bffc74..2666d8e8ba 100644 --- a/lib/neutron_plugins/ovs_base +++ b/lib/neutron_plugins/ovs_base @@ -67,6 +67,7 @@ function _neutron_ovs_base_configure_l3_agent() { neutron-ovs-cleanup sudo ovs-vsctl --no-wait -- --may-exist add-br $PUBLIC_BRIDGE + sudo ovs-vsctl --no-wait br-set-external-id $PUBLIC_BRIDGE bridge-id $PUBLIC_BRIDGE # ensure no IP is configured on the public bridge sudo ip addr flush dev $PUBLIC_BRIDGE }