
Synchronises the configuration with kayobe-config prior to creating a stable/stein branch. Change-Id: I63170f0dff99b7f1307f6d2cf3c3470b353c7ec4
10 lines
346 B
YAML
10 lines
346 B
YAML
---
|
|
# 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"
|