3dcb404b1f
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>
22 lines
598 B
YAML
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``
|