bb1a9ea628
Until we get CentOS8, we can't test Pacemaker + Podman together, so until then we'll force ContainerCli to be docker for OVB HA jobs. Depends-On: I2d8f484feb1b1fc2b88ab1f7b37b44324183643e Change-Id: I5c2d230f5cc63009c7b02272112b2d4af4669da7
9 lines
276 B
YAML
9 lines
276 B
YAML
parameter_defaults:
|
|
ControllerExtraConfig:
|
|
nova::compute::libvirt::services::libvirt_virt_type: qemu
|
|
nova::compute::libvirt::libvirt_virt_type: qemu
|
|
Debug: true
|
|
DockerPuppetDebug: True
|
|
# Remove ContainerCli once OVB is tested on CentOS8
|
|
ContainerCli: docker
|