Update ceph cinder backup driver name
In Stein, Cinder stopped supporting configuring backup drivers without the full class path. This means that you must now use the following values for ``cinder_service_backup_driver``. * ``cinder.backup.drivers.swift.SwiftBackupDriver`` * ``cinder.backup.drivers.ceph.CephBackupDriver`` If you do not make this change, the Cinder backup service will refuse to start properly. Change-Id: Ibf6727ca8397b021c49adc45bdbcd85ac1c1c11c Closes-Bug: 1844313
This commit is contained in:
parent
d5a4bf77fb
commit
2f64c94ae3
@ -84,7 +84,7 @@ ceph_client_filtered_clients: |-
|
||||
((cinder_service_backup_program_enabled is defined and
|
||||
cinder_service_backup_program_enabled | bool) and
|
||||
(cinder_service_backup_driver is defined and
|
||||
cinder_service_backup_driver == 'cinder.backup.drivers.ceph'))) %}
|
||||
'ceph' in cinder_service_backup_driver))) %}
|
||||
{% for client in comp.client %}
|
||||
{% set _ = clients.append(client) %}
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user