Modernize nova-lvm job

This updates the job to run with python3 and also
disables the cinder-backup service since we are not
testing anything that needs it - so this saves a bit
of time stacking the test node.

Change-Id: I68ad1716b5ee9c58418a8e687bb521ee75495585
This commit is contained in:
Matt Riedemann
2019-08-02 13:13:07 -04:00
parent 35d8f93645
commit 573b3799a0
+4
View File
@@ -192,11 +192,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