Switched rally job from q-qos to neutron-qos

There is no functional difference between two in how devstack plugin for
neutron is implemented; but using neutron-* name pattern allows gate to
enable lib/neutron instead of lib/neutron-legacy devstack library to
deploy neutron services, which is the plan for all next releases.

Depends-On: I2fbd7649b6ef312940dca704ed3ebdb1e2e93576
Change-Id: I5df0da31a137b49f24b1337cfc16e938f8de9f9f
This commit is contained in:
Ihar Hrachyshka 2018-01-11 11:35:58 -08:00
parent 383b9b9843
commit e6a370641f
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
ENABLED_SERVICES+=cinder,c-api,c-vol,c-sch,c-bak,
ENABLED_SERVICES+=g-api,g-reg,
ENABLED_SERVICES+=n-api,n-crt,n-cpu,n-sch,n-cond,
ENABLED_SERVICES+=q-qos,
ENABLED_SERVICES+=neutron-qos,
if [ $DEVSTACK_GATE_SWIFT -eq 1 ];
then