95aea67f91
It will fail when non-admin tenants try to get share networks and security services with option '{all_tenants: 1}'. The reason is that the policy of 'get_all_share_networks' and 'get_all_security_services' are admin api, they do not allow the non-admin tenants list the share networks and security services with all_tenants=1. This patch removes the policy check of non-admin tenants and allows non-admin tenants to request to list with 'all_tenants=1', however 'all_tenants' in the request is just ignored. Change-Id: Ied021b66333f1254cd232bbc38562a4a9b762ad2 Co-Authored-By: Goutham Pacha Ravi <gouthampravi@gmail.com> Related-Bug: #1721787 (cherry picked from commit |
||
---|---|---|
.. | ||
common | ||
services | ||
tests | ||
__init__.py | ||
config.py | ||
plugin.py | ||
README.rst | ||
share_exceptions.py | ||
utils.py |
Tempest Integration
This directory contains Tempest tests to cover Manila project.