Add support for showing image properties in server show response
This change adds a new api microversion to add support for including image properties in ``server show`` and ``server list --long`` responses as well as in response for ``server rebuild`` instance action. Implements: blueprint image-properties-in-server-show Change-Id: Ic135389954e43e6478288c0cdcffd780915cdb40
This commit is contained in:
@@ -681,6 +681,11 @@ Response
|
||||
- trusted_image_certificates: server_trusted_image_certificates_resp
|
||||
- locked_reason: locked_reason_resp
|
||||
|
||||
**Example List Servers Detailed (2.98)**
|
||||
|
||||
.. literalinclude:: /../../doc/api_samples/servers/v2.98/servers-details-resp.json
|
||||
:language: javascript
|
||||
|
||||
**Example List Servers Detailed (2.96)**
|
||||
|
||||
.. literalinclude:: /../../doc/api_samples/servers/v2.96/servers-details-resp.json
|
||||
@@ -811,6 +816,11 @@ Response
|
||||
- server_groups: server_groups_2_71
|
||||
- locked_reason: locked_reason_resp
|
||||
|
||||
**Example Show Server Details (2.98)**
|
||||
|
||||
.. literalinclude:: ../../doc/api_samples/servers/v2.98/server-get-resp.json
|
||||
:language: javascript
|
||||
|
||||
**Example Show Server Details (2.96)**
|
||||
|
||||
.. literalinclude:: ../../doc/api_samples/servers/v2.96/server-get-resp.json
|
||||
|
||||
Reference in New Issue
Block a user