Compute: Handle Hypervisor request parameters#2131
Compute: Handle Hypervisor request parameters#2131ntk148v wants to merge 1 commit intogophercloud:masterfrom ntk148v:hypervisor
Conversation
|
@ntk148v Thank you for submitting this. When you have a moment, please read over our contributor tutorial which outlines additional information needed for submitting a Pull Request. Please let me know if you have any questions. |
|
@jtopjian I've updated the PR description. |
Thanks. Do you mind also opening an issue about this PR, too?
I apologize, but I don't understand what you mean by "mandatory"? The field is part of a result/response structure which the user has no control over. Additionally, if this field was added from a microversion, please see the microversions doc for instructions on how to handle it. |
|
|
recheck |
|
Build failed.
|
Signed-off-by: Kien Nguyen <kiennt2609@gmail.com>
|
Build failed.
|
|
This has been merged as part of #2187 |
Links to the line numbers/files in the OpenStack source code that support the
code in this PR:
https://github.com/openstack/nova/blob/stable/victoria/nova/api/openstack/compute/hypervisors.py#L89
This field has become mandatory in microversion 2.75. If no servers is on hypervisor then empty list is returned.
Signed-off-by: Kien Nguyen kiennt2609@gmail.com