summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorIhar Hrachyshka <ihrachys@redhat.com>2018-01-09 12:12:48 -0800
committerIhar Hrachyshka <ihrachys@redhat.com>2018-01-09 12:12:48 -0800
commit661247a61708d9ceb716e0778ec0c83345ddd3ba (patch)
tree81a0e1e205a77e9bca2305c1b8b8d2911919204a /playbooks
parentbab1ae881285ad4381a7e8bec0563d4611bdc2d1 (diff)
downloadneutron-661247a61708d9ceb716e0778ec0c83345ddd3ba.tar.gz
Switch rally job from q-* to neutron-* service names
When at least one service named as q-* is present in ENABLED_SERVICES, then devstack utilizes lib/neutron-legacy to configure services regardless of how other services are deployed (e.g. with lib/neutron). This breaks deployment using lib/neutron. Switching to new names doesn't change anything substantial because devstack plugin equally handles both variants. It allows to use new devstack neutron library though. Change-Id: Id0d35523651131766a70e78bf130205c1c63acd5
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/legacy/neutron-rally-neutron/run.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/legacy/neutron-rally-neutron/run.yaml b/playbooks/legacy/neutron-rally-neutron/run.yaml
index 2335b48b4b..a9f7e7bedc 100644
--- a/playbooks/legacy/neutron-rally-neutron/run.yaml
+++ b/playbooks/legacy/neutron-rally-neutron/run.yaml
@@ -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