nova-libvirt: set 'cpuset_cpus' to 'all'

nova-compute-libvirt should be able to run on any CPU, as it launch VMs on
isolated CPUs (they are isolated to be dedicated to run vCPU).

This patch makes sure the right container configurations is applied with
Paunch.

Change-Id: I9b8893e4812a7a3f71bd75f66004ed8d6f67b3d1
This commit is contained in:
Emilien Macchi 2019-09-17 10:39:59 -04:00
parent 9fde6321e0
commit 1cbc1ee387
1 changed files with 1 additions and 0 deletions

View File

@ -683,6 +683,7 @@ outputs:
privileged: true
security_opt: label=disable
restart: always
cpuset_cpus: all
depends_on:
- tripleo_nova_virtlogd
healthcheck: