Fixed qos devstack service name (should be q-qos) for -plus gate hook

This hook was introduced for experimental -plus job and is supposed to
enable advanced features like qos. Sadly, the service name was not
correct, so the service was not enabled.

The patch that introduced the hook:
I9f73b938539586022aeb22e3a32877816e1dcaba

Change-Id: I1c2e758341825d031a473d837e9a2e707e5ce5f3
This commit is contained in:
Ihar Hrachyshka 2016-01-19 15:00:55 +01:00
parent 893961c0d3
commit 7ea796c2cc
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ then
# We need the qos service enabled to add corresponding scenario tests to tempest
export DEVSTACK_LOCAL_CONFIG+="
enable_plugin neutron git://git.openstack.org/openstack/neutron
enable_service qos
enable_service q-qos
"
$BASE/new/devstack-gate/devstack-vm-gate.sh