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:
Kourosh Vivan 2019-09-17 13:50:20 +02:00
parent d5a4bf77fb
commit 2f64c94ae3
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}