cinder/releasenotes/notes/deprecate-backup-service-to-driver-mapping-a3afabd4f55eca01.yaml
Ivan Kolodyazhny 1fedb7334b Deprecate service-to-driver mapping for backups
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
2017-09-06 13:41:36 +03:00

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.