b2cd7e12cc
Add support microversion 2.71 which adds server group information in the output of the following commands. * nova show * nova rebuild The 'nova update' command does not output its result when it is successful. So there is no change for the command. The patch for microversion 2.71 in the nova side is I4a2a584df56ece7beb8b12c0ce9b0e6b30237120. Change-Id: Id324486b5ef32615881085cd46772aa55c245ac6 Implements: blueprint show-server-group
11 lines
290 B
YAML
11 lines
290 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for `microversion 2.71`_ which outputs the `server_groups`
|
|
field in the following commands:
|
|
|
|
* ``nova show``
|
|
* ``nova rebuild``
|
|
|
|
.. _microversion 2.71: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id64
|