Switched all jobs 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: Icbc5c0590b501fbec3c0b9575c93bf9eec3b5340
This commit is contained in:
Ihar Hrachyshka 2018-01-11 11:31:22 -08:00
parent 6f006e6ef7
commit b5d06a1c7e
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@
set -e
set -x
ENABLED_SERVICES=s-proxy,s-object,s-container,s-account,
ENABLED_SERVICES+=q-qos
ENABLED_SERVICES+=neutron-qos
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1

View File

@ -59,7 +59,7 @@
# swift is not ready for python3 yet
# ENABLED_SERVICES=s-proxy,s-object,s-container,s-account,
# ENABLED_SERVICES+=h-eng,h-api,h-api-cfn,h-api-cw
ENABLED_SERVICES+=q-qos
ENABLED_SERVICES+=neutron-qos
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1

View File

@ -49,7 +49,7 @@
set -e
set -x
ENABLED_SERVICES=s-proxy,s-object,s-container,s-account,
ENABLED_SERVICES+=q-qos
ENABLED_SERVICES+=neutron-qos
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1