diff options
author | Tim Rozet <trozet@redhat.com> | 2016-09-01 16:48:23 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-09-07 13:59:20 +0000 |
commit | 986257a19dfecccff51173a903e9a0913abcc5cd (patch) | |
tree | 318d3f556fe7e87808a40ef896abcfbb9b78401b /config/deploy/os-odl_l2-fdio-ha.yaml | |
parent | c5904a139026826c3dea1a63e5ff21953aa4869a (diff) |
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 <trozet@redhat.com>
Diffstat (limited to 'config/deploy/os-odl_l2-fdio-ha.yaml')
-rw-r--r-- | config/deploy/os-odl_l2-fdio-ha.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
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 |