Pierre Riteau 0fad6c1e23 Revert to binary images for nova
The centos binary images now include nova 23.0.0 packages.

Change-Id: I0c7d57231a63e1f9ff3fdcdef1be7fff57160e08
2021-04-28 12:55:19 +02:00

14 lines
455 B
Django/Jinja

---
# Use HTTPS opendev quay.io registry proxy.
docker_registry_insecure: no
# Most development environments will use nested virtualisation, and we can't
# guarantee that nested KVM support is available. Use QEMU as a lowest common
# denominator.
nova_compute_virt_type: qemu
# Reduce the control plane's memory footprint by limiting the number of worker
# processes to one per-service.
openstack_service_workers: "1"
openstack_service_rpc_workers: "1"