openstack-python-openstackc.../openstackclient/identity/v3
Stephen Finucane a5e4d5f0fa identity: Fix filtering endpoints by project with domain
We were incorrectly passing domain_id as a positional argument, causing
it to get picked up as the ignore_missing argument instead. Correct
this, fixing another bug where the look of projects or domains could be
forbidden by policy, in the process. The latter is unlikely to happen,
given endpoint lookup is typically an admin-only operation, but it's
better to be safe.

Change-Id: Idd3300040967d781b7743accd62298cb24c62872
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2025-11-14 11:47:18 +00:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
access_rule.py Prepare for ruff bump 2025-03-19 12:04:39 +00:00
application_credential.py Ensure show on absent appcreds raises exception 2025-10-01 14:36:17 +01:00
catalog.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
consumer.py Prepare for ruff bump 2025-03-19 12:04:39 +00:00
credential.py Prepare for ruff bump 2025-03-19 12:04:39 +00:00
domain.py identity: Remove unnecessary helper 2025-05-26 16:12:28 +01:00
ec2creds.py Prepare for ruff bump 2025-03-19 12:04:39 +00:00
endpoint.py identity: Fix filtering endpoints by project with domain 2025-11-14 11:47:18 +00:00
endpoint_group.py Prepare for ruff bump 2025-03-19 12:04:39 +00:00
federation_protocol.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
group.py Identity: Migrate 'group' commands to SDK 2025-05-19 15:39:18 -07:00
identity_provider.py Prepare for ruff bump 2025-03-19 12:04:39 +00:00
implied_role.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
limit.py typing: Resolve incompatible operand issues 2025-03-31 17:52:16 +01:00
mapping.py Prepare for ruff bump 2025-03-19 12:04:39 +00:00
policy.py typing: Indicate tuples to be extended 2025-03-31 17:48:36 +01:00
project.py Extend project delete command description 2025-09-19 19:37:28 +02:00
region.py Prepare for ruff bump 2025-03-19 12:04:39 +00:00
registered_limit.py typing: Resolve incompatible operand issues 2025-03-31 17:52:16 +01:00
role.py identity: Remove unnecessary helper 2025-05-26 16:12:28 +01:00
role_assignment.py Fix ignored --user-domain in role assignment list 2024-10-29 21:20:07 +09:00
service.py typing: Indicate tuples to be extended 2025-03-31 17:48:36 +01:00
service_provider.py Prepare for ruff bump 2025-03-19 12:04:39 +00:00
tag.py Prepare for ruff bump 2025-03-19 12:04:39 +00:00
token.py Prepare for ruff bump 2025-03-19 12:04:39 +00:00
trust.py Prepare for ruff bump 2025-03-19 12:04:39 +00:00
unscoped_saml.py Blacken openstackclient.identity 2023-05-10 10:51:30 +01:00
user.py identity: Fix 'user list --project' option 2025-10-02 09:58:46 +00:00