Skip to content

Conversation

@fyrnaga
Copy link

@fyrnaga fyrnaga commented Jul 17, 2025

PR description

This PR is to expose query via the API for projects and users by domain Id. This is to limit the numbers of projects and users returned to the user.

We used this in our software for a long time, but we just decided to have this improvement in the api publicly

Submitter checklist

Make sure that following is addressed to make the PR easier to process:

  • If applicable, changes are covered by either a unit or a functional test.
  • If applicable, changes ware verified manually against an OpenStack instance.
  • If the change is API related, the PR description links to OpenStack API documentation of that particular endpoint/request (https://docs.openstack.org/api-quick-start/#current-api-versions).
  • If the change concerns particular OpenStack service, its name is used as a PR name prefix (ex.: "Neutron: Add floatingIp port forwardings service").
  • If the PR closes existing GitHub issue, PR name have prefix: Fix #NNN: .

URI uri = null;
try {
uri = new URI("file:////test.iso");
uri = new URI("file:///randomFolder/test.iso");
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was change since the build was failing if you are executing the build as a root user. It allow to create the file. Added a random folder that would unlikely to be existing.

@fyrnaga fyrnaga changed the title Added query by domain id for users and projects Core - Projects and Users: Add query by domain Id Jul 17, 2025
@fyrnaga fyrnaga marked this pull request as ready for review July 17, 2025 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant