summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorDaniel Wilson <danielcw@bu.edu>2022-10-11 00:39:39 -0400
committerDaniel Wilson <danielcw@bu.edu>2022-11-29 20:24:45 -0500
commitc97f73ce2a897fe6b83f08de1ce6e1865e9a83c5 (patch)
tree93f0271e3747d47cb487963fb65a2ac00679778b /releasenotes/notes
parent56b0f6de0e950cf23aeb25ff234b307e3857dcfa (diff)
downloadpython-openstackclient-c97f73ce2a897fe6b83f08de1ce6e1865e9a83c5.tar.gz
Use the compute SDK in server list
Update server list to use the compute component of the OpenStack SDK instead of directly using the nova interface. This change depends on SDK version 0.102.0 for automatic client-side query filters. Change-Id: Ib9985812bfd98320b75f3a82bb594a0daa6e4d93
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/nova-gaps-server-list-to-sdk-88c8bfc10a9e3032.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/nova-gaps-server-list-to-sdk-88c8bfc10a9e3032.yaml b/releasenotes/notes/nova-gaps-server-list-to-sdk-88c8bfc10a9e3032.yaml
new file mode 100644
index 00000000..01d690e3
--- /dev/null
+++ b/releasenotes/notes/nova-gaps-server-list-to-sdk-88c8bfc10a9e3032.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ The ``server list`` command now uses the OpenStack SDK instead of the
+ Python nova bindings.