summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorArtom Lifshitz <alifshit@redhat.com>2021-01-27 10:56:47 -0500
committerStephen Finucane <stephenfin@redhat.com>2021-02-24 10:50:23 +0000
commitdb7517d5a8aaa5a24be12d9c3453dcd98d9a887e (patch)
tree5bc6c95b59dd64fcd034fea8314572d7cdf4bf7d /requirements.txt
parentbe80dfdc714d0f00c77d84d72703f7fea04d2f94 (diff)
downloadnova-db7517d5a8aaa5a24be12d9c3453dcd98d9a887e.tar.gz
scheduler: Add 'socket' PCI NUMA affinity policy trait
Since only Wallaby compute nodes will support the 'socket' PCI NUMA affinity policy, this patch adds a ResourceRequest translator that adds a required trait if the value of '(hw_|hw:)pci_numa_affinity_policy' is 'socket'. The actual trait reporting by the libvirt driver will be added in a future patch. Until then the 'socket' value remains a hidden no-op. Implements: blueprint pci-socket-affinity Change-Id: I908ff07e1107304ca5926cc04d2fdc8fe0da5ed9
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 25ee05c282..1b9db60e7a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -53,7 +53,7 @@ psutil>=3.2.2 # BSD
oslo.versionedobjects>=1.35.0 # Apache-2.0
os-brick>=3.1.0 # Apache-2.0
os-resource-classes>=0.4.0 # Apache-2.0
-os-traits>=2.4.0 # Apache-2.0
+os-traits>=2.5.0 # Apache-2.0
os-vif>=1.14.0 # Apache-2.0
os-win>=4.2.0 # Apache-2.0
castellan>=0.16.0 # Apache-2.0