aae95dcc7a
Add support microversion 2.78 which adds server topology information in the output of the following new command: nova server-topology Depends-on: https://review.opendev.org/#/c/621476/ Change-Id: I6467d52d2528a37348458baf4842b571a97f3ed2 Implements: blueprint show-server-numa-topology
15 lines
433 B
YAML
15 lines
433 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for `microversion 2.78`_ which outputs the server NUMA
|
|
topology information in the following command:
|
|
|
|
* ``nova server-topology``
|
|
|
|
And associated python API bindings:
|
|
|
|
* ``novaclient.v2.servers.Server.topology``
|
|
* ``novaclient.v2.servers.ServerManager.topology``
|
|
|
|
.. _microversion 2.78: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id70
|