Comment 3 for bug 1867357

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

Reviewed: https://review.opendev.org/712967
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=85850d8af240722facdf59eea79f2523057d1e8a
Submitter: Zuul
Branch: stable/train

commit 85850d8af240722facdf59eea79f2523057d1e8a
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