python-openstackclient/releasenotes/notes/switch-server-show-to-sdk-44a614aebf2c6da6.yaml
Daniel Wilson 70dbb01ea3 Use the SDK for server show
Use the SDK for the server show command. This change modifies a helper
function that is used by server show as well as other commands that
print information about an individual server. The helper still uses
novaclient APIs when additional OpenStack requests are needed since some
of its callers are still using the nova client.

Depends-On: https://review.opendev.org/c/openstack/openstacksdk/+/864340
Change-Id: Ic253184ee5f911ec2052419d328260dc4664b273
2022-12-11 18:04:29 -05:00

8 lines
254 B
YAML

---
features:
- |
The ``server show`` command now uses the OpenStack SDK instead of the
Python nova bindings. The command prints data fields both by their
novaclient names used in previous releases as well as the names used in the
SDK.