Merge "api-ref: fix server topology "host_numa_node" field param name"

This commit is contained in:
Zuul 2019-09-10 23:34:50 +00:00 committed by Gerrit Code Review
commit 38cd8d3cd7
2 changed files with 3 additions and 3 deletions

View File

@ -6406,11 +6406,11 @@ server_topology_nodes_cpu_siblings:
in: body
required: false
type: list
server_topology_nodes_host_numa_node:
server_topology_nodes_host_node:
description: |
The host NUMA node the virtual NUMA node is map to.
By default the ``host_numa_node`` field is only visible to users with the
By default the ``host_node`` field is only visible to users with the
administrator role. You can change the default behavior via the policy
rule::

View File

@ -42,7 +42,7 @@ not allow by policy, the corresponding key value will not exist in response.
- nodes.vcpu_set: server_topology_nodes_vcpu_set
- nodes.siblings: server_topology_nodes_cpu_siblings
- nodes.memory_mb: server_topology_nodes_memory_mb
- nodes.host_numa_node: server_topology_nodes_host_numa_node
- nodes.host_node: server_topology_nodes_host_node
- pagesize_kb: server_topology_pagesize_kb
**Example Server topology (2.xx)**