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

nova: support query hosts with availability-zone #2098

Merged
merged 2 commits into from
Jul 1, 2021

Conversation

Robin5911
Copy link
Contributor

@Robin5911 Robin5911 commented Jan 17, 2021

For #2188

nova: add support query hosts with availability-zone parameter

Filter the server list result by server availability zone.

This parameter is restricted to administrators until microversion 2.83. If non-admin users specify this parameter on a microversion less than 2.83, it will be ignored.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 79.762% when pulling c33b5bb on TonyZhang1989:master into 1875fb8 on gophercloud:master.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jan 17, 2021

Build succeeded.

@EmilienM
Copy link
Contributor

please squash the commits or rebase, so we have one single commit.

@jtopjian
Copy link
Contributor

@EmilienM Squashing can be done via GitHub. Multiple commits within PRs are actually preferred here since it's easier to see revisions.

However, per the contributor's tutorial, the following items need addressed in this PR:

  1. A corresponding issue needs to be opened that describes the issue or feature.
  2. The Nova code that implements this feature on the server-side.

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.

4 participants