openstack-python-openstackc.../openstackclient
devMuscle e74f2d94fe "hypervisor list --matching" showed the wrong result
Previously, using the "--matching" option shows empty results.
Previously, the "--matching" option called the "find_hypervisor method",
so we used to call the "hypervisor method"
like any other "--limit, --marker" options.

Depending on the nova api version, the api that is basically
called is as follows
2.53 >= : /os-hypervisors/detail?hypervisor_hostname_pattern=$HOSTNAME
2.53 < : /os-hypervisors/{pattern}/search

Hypervisor Type and Host IP are not returned
when using microversion 2.52 or lower

Co-authored-by: Jipyo Hong <hongsbien@naver.com>
Co-authored-by: Jieon Lee <dlwldjs7544@naver.com>
Co-authored-by: YoonSoo LIM <msdbtjd123@naver.com>

story: 2010670
task: 47726
Change-Id: I7b47acf48def7d4c5f4b74e4dba1c23d8ac7abf2
2023-03-26 14:06:36 +09:00
..
api Remove usage of six 2020-10-07 02:15:25 +00:00
common Merge "Add auto-approve option to project cleanup" 2023-03-20 12:07:44 +00:00
compute "hypervisor list --matching" showed the wrong result 2023-03-26 14:06:36 +09:00
identity Merge "Add authorization_ttl for identity providers" 2022-09-30 12:31:51 +00:00
image Add missing documentation for state options for "image set" 2023-02-22 10:14:21 +00:00
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2018-03-01 07:25:50 +00:00
network Merge "Add port ranges on floating ip portforwardings cli" 2023-02-22 12:32:14 +00:00
object Add storage policy option to create container command 2020-02-19 10:08:48 +13:00
tests "hypervisor list --matching" showed the wrong result 2023-03-26 14:06:36 +09:00
volume Merge "Wait for volume being available to set bootable or readonly" 2023-02-22 12:32:20 +00:00
__init__.py Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Remove usage of six 2020-10-07 02:15:25 +00:00