Browse code

Merge "Disable in-band control for PUBLIC_BRIDGE"

Jenkins authored on 2014/08/14 06:47:25
Showing 1 changed files
... ...
@@ -455,6 +455,9 @@ function create_neutron_initial_network {
455 455
         if is_service_enabled q-l3; then
456 456
             # logic is specific to using the l3-agent for l3
457 457
             if is_neutron_ovs_base_plugin && [[ "$Q_USE_NAMESPACE" = "True" ]]; then
458
+                # Disable in-band as we are going to use local port
459
+                # to communicate with VMs
460
+                sudo ovs-vsctl set Bridge $PUBLIC_BRIDGE other_config:disable-in-band=true
458 461
                 CIDR_LEN=${FLOATING_RANGE#*/}
459 462
                 sudo ip addr add $EXT_GW_IP/$CIDR_LEN dev $PUBLIC_BRIDGE
460 463
                 sudo ip link set $PUBLIC_BRIDGE up