paunch/paunch/builder
Emilien Macchi ebc49c444f Do not set cpuset-cpus if cconfig['cpuset_cpus'] == 'all'
In the case of nova_libvirt container, we want to use all CPUs that are
reported online.
Rather than computing the list with Python (which has proven to be
problematic on PPC), let the container engine figuring it out by itself
like it was the case before.

Change-Id: I5d1b88c90dbc4114d996008a407cd1dd9a6eb9da
Closes-Bug: #1868135
(cherry picked from commit 9b62765121)
2020-03-19 17:21:57 -04:00
..
__init__.py Builder object, transform config data to docker arguments 2017-03-31 13:32:07 +13:00
base.py Cleanup containers in the same loop as they are created 2020-03-05 20:02:34 +00:00
compose1.py Do not set cpuset-cpus if cconfig['cpuset_cpus'] == 'all' 2020-03-19 17:21:57 -04:00
podman.py Do not set cpuset-cpus if cconfig['cpuset_cpus'] == 'all' 2020-03-19 17:21:57 -04:00