python-openstackclient/releasenotes/notes/nova-gaps-server-list-to-sdk-88c8bfc10a9e3032.yaml
Daniel Wilson c97f73ce2a 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
2022-11-29 20:24:45 -05:00

6 lines
120 B
YAML

---
features:
- |
The ``server list`` command now uses the OpenStack SDK instead of the
Python nova bindings.