puppet-cinder/releasenotes/notes/cinder-backup-driver-use-classname-910b92dfb6e67697.yaml
Christian Schwede 9a1b28cfb3 Use backup driver class name
https://review.openstack.org/#/c/595372 removed the capability to use
the loading by module name and requires that the backup driver class name
is provided.

This fix updates the defaults to use the full class name, for example
``cinder.backup.drivers.swift.SwiftBackupDriver``.

Change-Id: I188d9383937a8425a78611eb168d55264b7b5c9f
2018-10-02 14:07:05 +00:00

8 lines
301 B
YAML

---
fixes:
- |
The ability to specify a Cinder backup driver by module name was deprecated
in the Queens release and the ability has now been removed in Cinder. This
fix updates the defaults to use the full module name, for example
``cinder.backup.drivers.swift.SwiftBackupDriver``.