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

The actual parameter in the response of the API is "host_node"
without "numa" in it so this fixes the docs to match the code
and sample.
Change-Id: Ie562d47e0fa7414bcdccf407b79e71e1aae8d708
Closes-Bug: #1843098 
This commit is contained in:
Matt Riedemann
2019年09月06日 17:31:42 -04:00
parent 31aa0c58c5
commit 59f4dd40f8

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)**
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.