1fedb7334b
This mapping was introduced for backward compatibility in 2013 and works only for Swift and Ceph. I don't think that somebody actually uses such old way to configure backup service so if should be safe to deprecate it. Change-Id: Ifc5642d11edfaf200df00ae640f18c65451853ae
9 lines
336 B
YAML
9 lines
336 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Backup service to driver mapping is deprecated. If you use old values
|
|
like 'cinder.backup.services.swift' or 'cinder.backup.services.ceph'
|
|
it should be changed to 'cinder.backup.drivers.swift' or
|
|
'cinder.backup.drivers.ceph' accordingly to get your backup service
|
|
working in the 'R' release.
|