summaryrefslogtreecommitdiff
path: root/api-ref/source/parameters.yaml
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2019-09-06 17:31:42 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2019-09-06 17:31:42 -0400
commit59f4dd40f81d7389b08630e17a9667c6831dfc4a (patch)
treea9e1c874d6878d84c2a65eeab475c74ef8ae2757 /api-ref/source/parameters.yaml
parent31aa0c58c5f916dd35c1e8cb87233234817f83da (diff)
downloadnova-59f4dd40f81d7389b08630e17a9667c6831dfc4a.tar.gz
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
Diffstat (limited to 'api-ref/source/parameters.yaml')
-rw-r--r--api-ref/source/parameters.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index 46dddd2436..2a0858f09a 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -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::