Browse code

Merge "Set external ID on br-ex"

Jenkins authored on 2013/07/23 02:01:28
Showing 1 changed files
... ...
@@ -67,6 +67,7 @@ function _neutron_ovs_base_configure_l3_agent() {
67 67
 
68 68
     neutron-ovs-cleanup
69 69
     sudo ovs-vsctl --no-wait -- --may-exist add-br $PUBLIC_BRIDGE
70
+    sudo ovs-vsctl --no-wait br-set-external-id $PUBLIC_BRIDGE bridge-id $PUBLIC_BRIDGE
70 71
     # ensure no IP is configured on the public bridge
71 72
     sudo ip addr flush dev $PUBLIC_BRIDGE
72 73
 }