summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDaniel Wilson <danielcw@bu.edu>2022-11-12 11:08:03 -0500
committerDaniel Wilson <danielcw@bu.edu>2022-12-11 18:04:29 -0500
commit70dbb01ea3ed900a41092d46ed5ae1370d5771af (patch)
tree83d88aeaa9bc30eeef6ea8ea62b023d888f5b3f8 /releasenotes
parent10453e085f050c497c37b95e0c67d71df8633a2f (diff)
downloadpython-openstackclient-70dbb01ea3ed900a41092d46ed5ae1370d5771af.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/switch-server-show-to-sdk-44a614aebf2c6da6.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/switch-server-show-to-sdk-44a614aebf2c6da6.yaml b/releasenotes/notes/switch-server-show-to-sdk-44a614aebf2c6da6.yaml
new file mode 100644
index 00000000..c116f6e0
--- /dev/null
+++ b/releasenotes/notes/switch-server-show-to-sdk-44a614aebf2c6da6.yaml
@@ -0,0 +1,7 @@
+---
+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.