9feee2e87b
keystoneauth loading register conf options only registers basic conf options for all auth plugins - auth_type and auth_section. In order for options to be registered for specific auth plugin (password in this case), it must be explicitly accessed / loaded first. Closes-Bug: #1946483 Change-Id: I26c8aedf346868a6f8870b7febabc252bce3ff8b
10 lines
399 B
YAML
10 lines
399 B
YAML
---
|
|
fixes:
|
|
- |
|
|
`Bug #1946483 <https://bugs.launchpad.net/cinder/+bug/1946483>`_: Fixed
|
|
an issue where admin user fails to delete backup of an encrypted
|
|
volume with an ``oslo_config.cfg.NoSuchOptError`` error in logs
|
|
of cinder-backup service.
|
|
With this fix cloud admin is able to delete backups of encrypted volumes
|
|
created by other users if Barbican API policies allow it.
|