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
This commit is contained in:
Matt Riedemann 2019-07-24 09:18:57 -04:00 committed by Eric Fried
parent cee072b962
commit 4188d08c20

View File

@ -238,8 +238,8 @@
ENABLE_VOLUME_MULTIATTACH: True
devstack_services:
tls-proxy: true
# TODO(mriedem): Consider disabling other non-essential services like
# c-bak.
# Disable non-essential services that we don't need for this job.
c-bak: false
- job:
name: nova-tempest-v2-api