File: bug-1721787-fix-getting-share-networks-and-security-services-error-7e5e7981fcbf2b53.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 (6 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
---
fixes:
  - Non admin users may invoke GET /share-networks and GET /security-services
    APIs with the 'all-tenants' flag in the query, however, the flag is
    ignored, and only resources belonging to the project will be served. This
    API change was made to fix bug 1721787 in the manila client project.