networking-generic-switch-dsvm: Enable q-l3

The configuration of the jos seems inconsistent; it configures
the l3 service plugin [1] but nothing which provides datapath support.

This commit fixes the inconsistency by enabling q-l3.
An alternative would be to disable the l3 service plugin,
but there seems no convenient way to stop devstack ml2 from
configuring l3 service plugin.

The issue has been exposed by https://review.openstack.org/#/c/318145/ .

[1] neutron.services.l3_router.l3_router_plugin.L3RouterPlugin

Change-Id: I219eeacf3071a7016e8ca67a29a0444905b7002a
This commit is contained in:
YAMAMOTO Takashi 2016-05-20 15:53:39 +09:00
parent dc4da7cad6
commit 2184391788

View File

@ -17,7 +17,7 @@
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_NEUTRON=1
export BRANCH_OVERRIDE={branch-override}
export OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,q-svc,q-agt,q-dhcp
export OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,q-svc,q-agt,q-dhcp,q-l3
export DEVSTACK_GATE_REMOVE_STACK_SUDO=0
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE