File: bug-1885956-enforce-policy-check-getting-share-type-by-name-5eca17b02bea5261.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (8 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Fixed `launchpad bug #1885956 <https://bugs.launchpad.net/manila/+bug/1885956>`_
    by ensuring that policy checks are enforced when looking up a share-type
    by name.  This prevents a problem where shares could be stuck in CREATING
    status when a user attempts to create a share using the name of a private
    share-type to which the user lacks access.