diff --git a/.zuul.yaml b/.zuul.yaml index 3613331a8d..1d85cab342 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -174,11 +174,15 @@ resize: false cold_migration: false devstack_localrc: + USE_PYTHON3: True NOVA_BACKEND: LVM # Do not waste time clearing volumes. LVM_VOLUME_CLEAR: none # Disable SSH validation in tests to save time. TEMPEST_RUN_VALIDATION: false + devstack_services: + # Disable non-essential services that we don't need for this job. + c-bak: false - job: name: nova-next