84cb3ff052
This would be the first milestone release of OpenStack-Ansible Stein. Change-Id: Iff5235b6e11a6586f0836fd550331efbe4151de0
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.
|