Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing list options to Compute API services list call #1903

Closed
dkt26111 opened this issue Mar 23, 2020 · 1 comment
Closed

Missing list options to Compute API services list call #1903

dkt26111 opened this issue Mar 23, 2020 · 1 comment

Comments

@dkt26111
Copy link
Contributor

The Compute API for listing services allows the specification of query parameters for binary or host name: https://docs.openstack.org/api-ref/compute/#list-compute-services

The current implementation of the List call does not allow for the specification of those parameters:
https://github.com/gophercloud/gophercloud/blob/master/openstack/compute/v2/extensions/services/requests.go#L9

I will put a PR to add options to the List API.

@jtopjian
Copy link
Contributor

Implemented in #1904

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

No branches or pull requests

2 participants