manila/releasenotes/notes/add-sec-service-user-msg-10054933ff33e347.yaml
Eduardo Santos 3d65f46d3e Add exception for insufficient privileges when using security services
When trying to create a share using a security
service while having insufficient privileges or
providing wrong credentials, manila raises a
generic user message that provides little
information to the end user on what exactly went
wrong.
Added a driver-agnostic exception for when this
happens, accompanied with a user message to
provide more useful information to end users.

Partial-Bug: #1900755
Change-Id: I2b0bc5c0715c225cd5b38b55fb3967ff7fc86fa8
2021-03-25 14:45:53 +00:00

11 lines
447 B
YAML

---
fixes:
- |
`Bug #1900755 <https://bugs.launchpad.net/manila/+bug/1900755>`_:
Added a driver-agnostic exception to handle insufficient privileges on a
security service when trying to create a share.
Added a user message to provide useful information to end users.
Note that vendors will need to implement the exception provided in this
patch in their drivers to take advantage of the more convenient user
message.