api-ref: Fix server topology API docs

These 3 parameters will always be returned [1].

[1] https://github.com/openstack/nova/blob/c4c5134369/nova/api/openstack/compute/server_topology.py#L58-L62

Change-Id: I169750a3bfe2d4a776874b7f5fdce0bc1aa568a1
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane
2025-06-10 16:41:11 +01:00
parent c4c5134369
commit 3dcb0b6dcc
+3 -3
View File
@@ -6625,7 +6625,7 @@ server_topology_nodes_cpu_siblings:
compute:server:topology:host:index
in: body
required: false
required: true
type: list
server_topology_nodes_host_node:
description: |
@@ -6643,13 +6643,13 @@ server_topology_nodes_memory_mb:
description: |
The amount of memory assigned to this NUMA node in MB.
in: body
required: false
required: true
type: integer
server_topology_nodes_vcpu_set:
description: |
A list of IDs of the virtual CPU assigned to this NUMA node.
in: body
required: false
required: true
type: list
server_topology_pagesize_kb:
description: |