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

Hypervisor fixes #1

Merged
merged 7 commits into from
Dec 10, 2024
Merged

Hypervisor fixes #1

merged 7 commits into from
Dec 10, 2024

Conversation

gmatthews20
Copy link
Collaborator

Some fields from the hypervisor api have been deprecated since wallaby: https://specs.openstack.org/openstack/nova-specs/specs/wallaby/implemented/modernize-os-hypervisors-api.html

Change to using placement api to get hypervisor resource (vcpu, memory, disk) usage and totals
Remove deprecated running_vms field from hypervisor properties can use server query instead

Add vscode settings.json to gitignore
Some fields from the hypervisor api have been deprecated since wallaby: https://specs.openstack.org/openstack/nova-specs/specs/wallaby/implemented/modernize-os-hypervisors-api.html
Change to using placement api to get hypervisor resource (vcpu, memory, disk) usage and totals
Remove deprecated running_vms field from hypervisor propertiescan use server query instead
Update hypervisor runner test to include new resource usage calls
Remove tests for deprecated server count property
Server properties previously using host id as hypervisor id however this didn't match the hypervisor id
Catch missing key error instead of defaulting to None
Remove deprecated current workload property and unit tests
@anish-mudaraddi anish-mudaraddi marked this pull request as ready for review December 10, 2024 14:20
Copy link
Collaborator

@anish-mudaraddi anish-mudaraddi left a comment

Choose a reason for hiding this comment

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

update the package version pls

@khalford khalford merged commit 46c6a9f into main Dec 10, 2024
11 checks passed
@khalford khalford deleted the hypervisor-fixes branch December 10, 2024 14:42
@gmatthews20 gmatthews20 mentioned this pull request Jan 6, 2025
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.

3 participants