Bug 1463779 - [Docs][NFV] Change HostIsolatedCPUsList to HostIsolatedCoreList in NFV Config Guide
Summary: [Docs][NFV] Change HostIsolatedCPUsList to HostIsolatedCoreList in NFV Config...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 11.0 (Ocata)
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Sandra McCann
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks: 1463778
TreeView+ depends on / blocked
 
Reported: 2017-06-21 18:15 UTC by Sandra McCann
Modified: 2020-07-16 09:54 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-06-21 20:37:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.