nova/releasenotes/notes/add-server-subresource-topology-c52e21f36497e62c.yaml
Yongli He 3dcb404b1f Add server sub-resource topology API
Add a new server topology API to show server NUMA information:
  - GET /servers/{server_id}/topology

Add new policy to control the default behavior:
  - compute:server:topology:index
  - compute:server:topology:host:index

Change-Id: Ie647ef96597195b0ef00f77cece16c2bef8a78d4
Implements: blueprint show-server-numa-topology
Signed-off-by: Yongli He <yongli.he@intel.com>
2019-08-30 10:04:56 +08:00

22 lines
598 B
YAML

---
features:
- |
Microversion 2.78 adds a new ``topology`` sub-resource to the
servers API:
- ``GET /servers/{server_id}/topology``
This API provides information about the NUMA topology of a server,
including instance to host CPU pin mappings, if CPU pinning is used, and
pagesize information.
The information exposed by this API is admin or owner only by default,
controlled by rule:
- ``compute:server:topology:index``
And following fine control policy use to keep host only information to
admin:
- ``compute:server:topology:host:index``