From df4cb00b719b819ab95a4b80deb598d79f34b6e8 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Tue, 29 Oct 2024 11:04:38 +0100 Subject: [PATCH] [doc]Add `socket` option to [pci]alias numa_policy The numa_policy field in the pci alias supports the same value as the flavor extra_spec hw:pci_numa_affinity_policy but the config doc was not updated when the socket value is implemented. Closes-Bug: #2085824 Change-Id: I997d10638020fc9d60e784e64e395e6e0a9c9430 --- nova/conf/pci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/conf/pci.py b/nova/conf/pci.py index 64cb89a787ba..badb04abd34c 100644 --- a/nova/conf/pci.py +++ b/nova/conf/pci.py @@ -65,7 +65,7 @@ Possible Values: ``numa_policy`` Required NUMA affinity of device. Valid values are: ``legacy``, - ``preferred`` and ``required``. + ``preferred``, ``required``, and ``socket``. ``resource_class`` The optional Placement resource class name that is used