manila/releasenotes/notes/bug-1777551-security-services-api-all-tenants-fix-e820ec370d7df473.yaml
zhangqing bb8859f8ac Check all_tenants value in security_service api
Add manila.utils.is_all_tenants to check all_tenants value.

Partial-Bug: #1777551
Co-Authored-By: Yu Weizhong <yuweizhong@cmss.chinamobile.com>
Change-Id: I1c8068cb0d4652f1f0349dc5a8d0a2d3af2318e0
2019-03-19 13:30:58 -07:00

9 lines
325 B
YAML

---
fixes:
- |
The ``all_tenants`` query parameter in the security services API (GET
/v2/{project_id}/security-services) 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.