Bug 1463779

Summary: [Docs][NFV] Change HostIsolatedCPUsList to HostIsolatedCoreList in NFV Config Guide
Product: Red Hat OpenStack Reporter: Sandra McCann <samccann>
Component: documentationAssignee: Sandra McCann <samccann>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 11.0 (Ocata)CC: srevivo
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-21 20:37:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1463778    

Description Sandra McCann 2017-06-21 18:15:54 UTC
Problem:

In section 5.3.3 
"The given argument is appended to the tuned cpu-partitioning profile"
HostIsolatedCpusList: "'2,4,6,8,10,12,14,18,20,22,24,26,28,30'"

However, section C.3.3 which is a sample network-environment.yaml the param is shown as follows.


  # The given args will be appended to the tuned cpu-partitioning profile.
  HostIsolatedCoreList: "2,4,6,8,10,12,14,18,20,22,24,26,28,30"

HostIsolatedCoreList also exists in the first-boot.yaml example

        params:
          $COMPUTE_HOSTNAME_FORMAT: {get_param: ComputeHostnameFormat}
          $TUNED_CORES: {get_param: HostIsolatedCoreList}

Fix:
Change HostIsolatec CPUsList to Host IsolatedCoreList.