| commit | efa8273843716c358e85ec2ab17df4a0ea889e59 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Mon Jul 22 17:01:28 2013 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Mon Jul 22 17:01:28 2013 +0000 |
| tree | 647a57772d5e8bd1fa52ae58dcb67d1f148bd6b8 | |
| parent | 026560d0ef99a218220ededd472555e7baf24c63 [diff] | |
| parent | 503e9ac4cf9ddb634279bf98c856adb135f43ac9 [diff] |
Merge "Set external ID on br-ex"
diff --git a/lib/neutron_plugins/ovs_base b/lib/neutron_plugins/ovs_base index 0a53bff..2666d8e 100644 --- a/lib/neutron_plugins/ovs_base +++ b/lib/neutron_plugins/ovs_base
@@ -67,6 +67,7 @@ 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 }