Comment 11 for bug 1867357

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (stable/queens)

Reviewed: https://review.opendev.org/713121
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=fec0dfb47d1fa6dfa25139992ff7291c7b9cc682
Submitter: Zuul
Branch: stable/queens

commit fec0dfb47d1fa6dfa25139992ff7291c7b9cc682
Author: Emilien Macchi <email address hidden>
Date: Fri Mar 13 11:03:30 2020 -0400

    [TRAIN and before] Introduce ContainerCpusetCpus

    Add a role specific parameter, ContainerCpusetCpus, default to 'all', which
    allows to limit the specific CPUs or cores a container can use.
    To disable it and rely on container engine default, set it to ''.

    Change-Id: I3b669665548668423d4ce7e34262c12903fba522
    Related-Bug: #1867357
    (cherry picked from commit 85850d8af240722facdf59eea79f2523057d1e8a)