bb8859f8ac
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
9 lines
325 B
YAML
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.
|