summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorYikun Jiang <yikunkero@gmail.com>2018-04-27 12:15:09 +0800
committerYikun Jiang <yikunkero@gmail.com>2018-04-27 15:37:39 +0800
commit5483be7fe74a90e3a38428cfb436864ffeee4c54 (patch)
tree404fc9fb0dca81e972ac8301479603845cc41be4 /releasenotes
parentf4d927c358e22e899396004590f381278fde10ba (diff)
downloadpython-novaclient-5483be7fe74a90e3a38428cfb436864ffeee4c54.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/microversion-v2_62-479a23f0d4307500.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/microversion-v2_62-479a23f0d4307500.yaml b/releasenotes/notes/microversion-v2_62-479a23f0d4307500.yaml
new file mode 100644
index 00000000..ed2948b2
--- /dev/null
+++ b/releasenotes/notes/microversion-v2_62-479a23f0d4307500.yaml
@@ -0,0 +1,11 @@
+---
+features:
+ - |
+ 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 columns are 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.