python-openstackclient/openstackclient/common
Julie Pichon 67fc4d363c Fix 'project purge' deleting wrong project's servers and volumes
Project purge would delete the servers and volumes for the project the
user is currently authenticated for, regardless of the --project flag.

Note: This change means that no server at all will be deleted if the
logged in user doesn't have the get_all_tenants permission set in the
Nova policy (default: admin_api). This doesn't appear to be an issue
with Cinder as the default rule appears to be admin_or_owner.

Change-Id: If1c54e24e1482438b81c3c32fd5fc9fdd7a7be04
Story: 1747988
Task: 26495
(cherry picked from commit 1b66ad9067)
2018-09-17 10:46:36 +00:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
availability_zone.py translate all command help strings 2016-11-17 02:33:42 +00:00
client_config.py TODO cleanup: osc-lib 2017-02-20 17:35:42 +00:00
clientmanager.py Replace %r with %s on printing string variable 2017-11-13 15:23:16 +00:00
commandmanager.py Fix dict.keys() compatibility for python 3 2016-03-12 10:58:28 +08:00
configuration.py translate all command help strings 2016-11-17 02:33:42 +00:00
extension.py Clean up W503 and E402 pep8 errors 2018-04-20 10:05:12 -04:00
limits.py translate all command help strings 2016-11-17 02:33:42 +00:00
module.py Support list commands by group name keyword 2017-02-23 12:13:06 +08:00
project_purge.py Fix 'project purge' deleting wrong project's servers and volumes 2018-09-17 10:46:36 +00:00
quota.py wrong values in openstack quota show command 2017-07-24 11:28:28 +05:30