Skip to content

Commit 0568676

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Modernize nova-lvm job"
2 parents 85d21ad + 573b379 commit 0568676

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.zuul.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,15 @@
174174
resize: false
175175
cold_migration: false
176176
devstack_localrc:
177+
USE_PYTHON3: True
177178
NOVA_BACKEND: LVM
178179
# Do not waste time clearing volumes.
179180
LVM_VOLUME_CLEAR: none
180181
# Disable SSH validation in tests to save time.
181182
TEMPEST_RUN_VALIDATION: false
183+
devstack_services:
184+
# Disable non-essential services that we don't need for this job.
185+
c-bak: false
182186

183187
- job:
184188
name: nova-next

0 commit comments

Comments
 (0)