Disable Cinder services in all neutron-tempest-plugin jobs
We don't need to run Cinder services in the neutron-tempest-plugin
jobs. That should speed jobs a bit and save some resources on the
test nodes.
Change-Id: Iaf48a1d2649ce78c81464dfdb7c426e1156a157d
diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml
index 28998cf..8695eb9 100644
--- a/zuul.d/base.yaml
+++ b/zuul.d/base.yaml
@@ -37,6 +37,12 @@
neutron-tag-ports-during-bulk-creation: true
br-ex-tcpdump: true
br-int-flows: true
+ # Cinder services
+ c-api: false
+ c-bak: false
+ c-sch: false
+ c-vol: false
+ cinder: false
# We don't need Swift to be run in the Neutron jobs
s-account: false
s-container: false
@@ -107,6 +113,3 @@
ADVANCED_INSTANCE_TYPE: ds512M
ADVANCED_INSTANCE_USER: ubuntu
BUILD_TIMEOUT: 784
- devstack_services:
- cinder: true
-