python-openstackclient/openstackclient/identity/v3
Douglas Mendizábal ecaa2805dc Fix "access rule" commands to only use ID
This patch modifies the access rule commands to use only the resource
ID.  The previous logic incorrectly assumed that access rules have a
"name" property, which resulted in unexpected behaviors.

For example, "access rule delete {non-existent-id}" now results in a
"not found" error instead of sometimes deleting an unrelated rule.

Story: 2010775
Task: 48163
Change-Id: Ib5c3b7f86acf1dfe7cc76dfa99fa4c118388bd71
(cherry picked from commit 560f19b894)
2023-07-14 14:00:08 -04:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
access_rule.py Fix "access rule" commands to only use ID 2023-07-14 14:00:08 -04:00
application_credential.py Add support for app cred access rules 2020-01-17 11:14:51 -08:00
catalog.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
consumer.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
credential.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
domain.py Add name and enabled param in ListDomain parser 2020-07-21 18:24:58 +05:30
ec2creds.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
endpoint.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
endpoint_group.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
federation_protocol.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
group.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
identity_provider.py Add id and enabled param in ListIdentityProvider parser 2020-07-24 19:22:39 +05:30
implied_role.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
limit.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
mapping.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
policy.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
project.py Client should parse string to boolean for value 'is_domain' 2020-05-29 07:53:13 -05:00
region.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
registered_limit.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
role.py Bypass user and group verification in RemoveRole 2020-08-12 12:24:17 -05:00
role_assignment.py Add system role functionality 2018-06-04 20:09:14 +00:00
service.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
service_provider.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
tag.py Add project tags functionality 2018-02-23 20:26:57 +00:00
token.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
trust.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
unscoped_saml.py Remove auth_with_unscoped_saml decorator 2016-12-04 18:59:09 +00:00
user.py Adding options to user cli 2020-03-26 22:24:39 +05:30