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-odl_l2-fdio-ha.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/deploy/os-odl_l2-fdio-ha.yaml') diff --git a/config/deploy/os-odl_l2-fdio-ha.yaml b/config/deploy/os-odl_l2-fdio-ha.yaml index 75d79ce7..f1297e82 100644 --- a/config/deploy/os-odl_l2-fdio-ha.yaml +++ b/config/deploy/os-odl_l2-fdio-ha.yaml @@ -17,8 +17,6 @@ deploy_options: hugepages: 1024 hugepagesz: 2M Compute: - nova: - libvirtpin: 1 kernel: hugepagesz: 2M hugepages: 2048 -- cgit 1.2.3-korg