cinder/releasenotes/notes/bug-1946483-cryptic-error-in-backup-fe03939577867e0a.yaml
Pavlo Shchelokovskyy 9feee2e87b Register all auth options when deleting encryption key
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
2023-07-23 21:17:59 +03:00

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.