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:
Ihar Hrachyshka 2015-11-20 10:36:53 +01:00
parent 0c07378509
commit e58a0e5062
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1 @@
L2_AGENT_EXTENSIONS=${L2_AGENT_EXTENSIONS:-}
enable_service q-qos

View File

@ -35,6 +35,7 @@ EOF
export DEVSTACK_LOCAL_CONFIG+="
enable_plugin neutron-vpnaas git://git.openstack.org/openstack/neutron-vpnaas
enable_plugin neutron git://git.openstack.org/openstack/neutron
enable_service q-qos
"
$BASE/new/devstack-gate/devstack-vm-gate.sh