We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85d21ad + 573b379 commit 0568676Copy full SHA for 0568676
.zuul.yaml
@@ -174,11 +174,15 @@
174
resize: false
175
cold_migration: false
176
devstack_localrc:
177
+ USE_PYTHON3: True
178
NOVA_BACKEND: LVM
179
# Do not waste time clearing volumes.
180
LVM_VOLUME_CLEAR: none
181
# Disable SSH validation in tests to save time.
182
TEMPEST_RUN_VALIDATION: false
183
+ devstack_services:
184
+ # Disable non-essential services that we don't need for this job.
185
+ c-bak: false
186
187
- job:
188
name: nova-next
0 commit comments