e5d5116ac5
Cinder no longer supports using a driver name without specifying the full class path. This patch fixes all the documentation and adds a release note for that. Change-Id: Ia31748e3abb0fca54efd5e8e74bde0440760159e Related-Change-Id: I3ada2dee1857074746b1893b82dd5f6641c6e579
13 lines
425 B
YAML
13 lines
425 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
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.
|