From 986257a19dfecccff51173a903e9a0913abcc5cd Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 1 Sep 2016 16:48:23 -0400 Subject: Fixes nova instance pinning defaults We currently default that instances should be pinned to the first CPU of the nova-compute host. We want to remove this default, and have the default as all CPUs. This patch removes it for fdio and ovs-dpdk scenarios. opnfv-tht-pr: 74 JIRA: APEX-187 Change-Id: Iacaa699eb3948b58beff1628dfd1bf008c4c9c5a Signed-off-by: Tim Rozet --- config/deploy/os-nosdn-ovs-noha.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/deploy/os-nosdn-ovs-noha.yaml') diff --git a/config/deploy/os-nosdn-ovs-noha.yaml b/config/deploy/os-nosdn-ovs-noha.yaml index d13fd9ca..7d054cec 100644 --- a/config/deploy/os-nosdn-ovs-noha.yaml +++ b/config/deploy/os-nosdn-ovs-noha.yaml @@ -15,8 +15,6 @@ deploy_options: hugepagesz: 2M hugepages: 1024 Compute: - nova: - libvirtpin: 1 kernel: hugepagesz: 2M hugepages: 2048 -- cgit 1.2.3-korg