Files
Matt Crees b1eadcaf6e Revert "CI: Don't use new RabbitMQ features yet"
This reverts commit ccdfeb7696.

Reason for revert: Now resolved by calling the migration script.

Change-Id: I6af9c6fe5b1ec16e55668dfd83f396386ae326bc
2025-04-22 11:49:17 +00:00

17 lines
560 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"
# Reduce size of libvirt logs when OpenStack debug logging is enabled
nova_libvirt_logging_debug: False