9a1b28cfb3
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
8 lines
301 B
YAML
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``.
|