From 2168e7b15d7d5e7c438806ee399f699a012d3840 Mon Sep 17 00:00:00 2001 From: Brent Eagles Date: Wed, 28 Jun 2017 10:33:24 -0230 Subject: Add PCI to nova compute container for passthrough support Nova's whitelist mechanism requires access to the PCI related directories in the filesystem to service PCI passthrough requests. Change-Id: Icfad1d116662798701228b142e224513f7dd22e2 --- docker/services/nova-compute.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/services/nova-compute.yaml b/docker/services/nova-compute.yaml index 101934ff..e61cd4f5 100644 --- a/docker/services/nova-compute.yaml +++ b/docker/services/nova-compute.yaml @@ -117,6 +117,8 @@ outputs: - /var/lib/nova:/var/lib/nova - /var/lib/libvirt:/var/lib/libvirt - /var/log/containers/nova:/var/log/nova + - /sys/class/net:/sys/class/net + - /sys/bus/pci:/sys/bus/pci environment: - KOLLA_CONFIG_STRATEGY=COPY_ALWAYS host_prep_tasks: -- cgit 1.2.3-korg