python-novaclient/novaclient
Stephen Finucane 54d4da112a Add support for microversion v2.88
The key change here is that the 'GET /os-hypervisors/{id}/uptime' API
will now returns a HTTP 404 starting in 2.88. The 'GET
/os-hypervisors/{id}' will instead now include an 'uptime' value. The
'novaclient.v2.hypervisors.HypervisorManager.uptime' method is updated
to handle this.

Change-Id: Ib99fbd820a586c14527ff64b319df0b7a44e1b8b
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-03-02 12:14:12 +00:00
..
tests Add support for microversion v2.88 2021-03-02 12:14:12 +00:00
v2 Add support for microversion v2.88 2021-03-02 12:14:12 +00:00
__init__.py Add support for microversion v2.88 2021-03-02 12:14:12 +00:00
api_versions.py Update hacking version 2019-01-04 14:46:07 +08:00
base.py Remove six 2020-02-21 09:48:38 +00:00
client.py use stevedore to load extensions 2020-07-08 08:53:07 -04:00
crypto.py Remove six 2020-02-21 09:48:38 +00:00
exceptions.py Remove deprecated methods and properties 2019-07-04 04:06:42 +00:00
extension.py Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
i18n.py Update URLs in docs, comments and setup.cfg 2017-07-28 12:14:12 +09:00
shell.py Fix undesirable raw Python error 2021-01-04 13:49:20 +09:00
utils.py Remove six 2020-02-21 09:48:38 +00:00