manila/releasenotes/notes/bug-1777551-security-networks-api-all-tenants-fix-a061274afe15180d.yaml
hulina 34356e73b9 Check all_tenants value in share_networks api
Add manila.utils.is_all_tenants to check all_tenants value.

Closes-Bug: #1777551
Change-Id: I1b66a25169cdd23a76bf76c799d04521fdf5f8e9
2019-03-19 13:45:22 -07:00

9 lines
319 B
YAML

---
fixes:
- |
The ``all_tenants`` query parameter in the share networks API (GET
/v2/{project_id}/share-networks) has been fixed to accept 'f',
'false', 'off', 'n', 'no', or '0'. Setting the flag to any of these values
will retrieve security services only from the requester's project
namespace.