devstack: don't enable qos service with the plugin
Require explicit enablement for the service. Enable the service in API gate job because we have API tests for the service. Change-Id: Ibdd41eb761b64499a992f49ac0159167c7fb7d79
This commit is contained in:
parent
0c07378509
commit
e58a0e5062
@ -1,3 +1 @@
|
|||||||
L2_AGENT_EXTENSIONS=${L2_AGENT_EXTENSIONS:-}
|
L2_AGENT_EXTENSIONS=${L2_AGENT_EXTENSIONS:-}
|
||||||
|
|
||||||
enable_service q-qos
|
|
||||||
|
@ -35,6 +35,7 @@ EOF
|
|||||||
export DEVSTACK_LOCAL_CONFIG+="
|
export DEVSTACK_LOCAL_CONFIG+="
|
||||||
enable_plugin neutron-vpnaas git://git.openstack.org/openstack/neutron-vpnaas
|
enable_plugin neutron-vpnaas git://git.openstack.org/openstack/neutron-vpnaas
|
||||||
enable_plugin neutron git://git.openstack.org/openstack/neutron
|
enable_plugin neutron git://git.openstack.org/openstack/neutron
|
||||||
|
enable_service q-qos
|
||||||
"
|
"
|
||||||
|
|
||||||
$BASE/new/devstack-gate/devstack-vm-gate.sh
|
$BASE/new/devstack-gate/devstack-vm-gate.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user