python-novaclient/novaclient
Yikun Jiang 5483be7fe7 Microversion 2.62 - Add host/hostId to instance action event
Adds support for microversion 2.62 which adds ``host``
(hostname) and ``hostId`` (an obfuscated hashed host id string)
fields to the instance action
``GET /servers/{server_id}/os-instance-actions/{req_id}`` API.

The event column is already included in the result of
"nova instance-action <server> <request-id>" command, therefore
does not have any CLI or python API binding impacts in the
client.

Related nova API change: I2f8b4a12a088b9ed96b428eafde2e0c478fb1db5

Part of blueprint: add-host-to-instance-action-events

Change-Id: Iee7e1a3a22249c98873aa96694fd4885916cd097
2018-04-27 15:37:39 +08:00
..
tests Microversion 2.62 - Add host/hostId to instance action event 2018-04-27 15:37:39 +08:00
v2 Microversion 2.61 - support extra_specs in flavor API 2018-04-17 10:02:35 -04:00
__init__.py Microversion 2.62 - Add host/hostId to instance action event 2018-04-27 15:37:39 +08:00
api_versions.py Fix a comment in novaclient/api_versions.py 2018-02-22 16:30:11 +09:00
base.py Replace GB with GiB 2018-04-04 00:08:52 +00:00
client.py Fix setting 'global_request_id' in SessionClient 2017-06-13 12:15:39 -04:00
crypto.py Corrects typos "coearse," "proejct," and "unecrypts" 2014-09-18 15:24:54 -07:00
exceptions.py Add support for the 2.57 microversion 2018-01-15 14:42:53 +08: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 [CLI] Fix token auth type 2018-04-19 18:43:45 +00:00
utils.py Remove 2 redundant methods 2018-02-09 15:26:08 +00:00