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] fix pagination of hypervisors.List() #3223

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

majewsky
Copy link
Contributor

@majewsky majewsky commented Oct 21, 2024

This is a mildly backwards-incompatible change, but since most people only use this API on the level of pagination.Pager, it ought not be a big deal in practice.

Closes #3222.

FYI, a mildly different implementation of the same change has been tested against productive clusters of a sufficient size (more than 1000 hypervisors) in sapcc/limes#585.

This is a mildly backwards-incompatible change, but since most people
only use this API on the level of pagination.Pager, it ought not be a
big deal in practice.

Closes gophercloud#3222.
@github-actions github-actions bot added edit:compute This PR updates compute code semver:major Breaking change labels Oct 21, 2024
@coveralls
Copy link

Coverage Status

coverage: 78.725% (-0.001%) from 78.726%
when pulling 3228b27 on sapcc:fix-hypervisor-pagination
into 22fe3c1 on gophercloud:master.

@majewsky
Copy link
Contributor Author

Test failure looks to be unrelated to my change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
edit:compute This PR updates compute code semver:major Breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hypervisors.List() is not implementing pagination correctly
2 participants