-
Notifications
You must be signed in to change notification settings - Fork 557
Handle nova api version > 2.87 for hypervisor #3028
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
Handle nova api version > 2.87 for hypervisor #3028
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for submitting your first PR! Be sure that we will be looking at it but keep in mind
this sometimes takes a while.
Please let the maintainers know if your PR has not got enough attention after a few days.
If any doubt, please consult our PR tutorial.
nice addition, please rebase |
a02c70e
to
03cd724
Compare
Thanks @EmilienM , I've rebased it. :) |
03cd724
to
24aa11d
Compare
@EmilienM I've rebased again and fixed the merge conflict. Could you take another look please? π |
Would it be possible to get a unit test for this? You can base it on the |
24aa11d
to
c0c4736
Compare
@stephenfin sure of course, thanks for the reminder. :) Added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming CI is happy, LGTM
@EmilienM @stephenfin hi, is there anything else you need from me before this can be landed? :) |
Thanks @stephenfin π |
@EmilienM @stephenfin is there any chance of backporting this fix to v1.14? :) We're hoping to get this fix in openstack-exporter. Thanks |
I think that's more of an question for @pierreprinetti. I'm not sure if we're still doing backports to v1? |
Thanks, also do you know if this will be released to v2? I'm not sure what your release process looks like - which release should we target to get this patch? Thanks. |
In theory this can be backported to v2. |
NOTE: this is based on and tested with v1.5.0 (I'm testing for openstack-exporter/openstack-exporter#268 ). Please let me know if this should be rebased, targeted to v1 branch, etc.? Help appreciated for testing this. :)
Fixes #3026