Disable cinder-backup in cinder-lvm scenario

cinder-backup[1] does not include an lvm driver, we could use posix
filesystem driver - but it's not supported in kolla-ansible currently.

[1]: https://docs.openstack.org/cinder/rocky/drivers.html#backup-drivers

Change-Id: I847a55692a59c52990186332388f571a04c377b7
Closes-Bug: #1847049
This commit is contained in:
Michal Nasiadka 2019-10-25 13:19:01 +02:00
parent ade4f4eeb4
commit df0c64ed32
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ glance_enable_rolling_upgrade: "yes"
{% if scenario == "cinder-lvm" %}
enable_cinder: "yes"
# lvm backup driver for cinder-backup does not exist
enable_cinder_backup: "no"
enable_cinder_backend_lvm: "yes"
{% endif %}