Skip to content

Commit 4188d08

Browse files
mriedemEric Fried
authored andcommitted
Disable cinder-backup service in nova-next job
We don't run any tests that require the cinder backup service in the nova-next job nor do we care to so save some time in stacking and space on the node by not installing that service. Change-Id: I6991a231366908920847fa1b8375ece8d8b35268
1 parent cee072b commit 4188d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.zuul.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@
238238
ENABLE_VOLUME_MULTIATTACH: True
239239
devstack_services:
240240
tls-proxy: true
241-
# TODO(mriedem): Consider disabling other non-essential services like
242-
# c-bak.
241+
# Disable non-essential services that we don't need for this job.
242+
c-bak: false
243243

244244
- job:
245245
name: nova-tempest-v2-api

0 commit comments

Comments
 (0)