openstack-ansible-os_nova/releasenotes/notes/add-qemu-conf-d42337dfd42bac6f.yaml
Michael Gugino a8b3c81942 Add config template for qemu.conf
Currently, qemu.conf is not tunable by OSA.  However, the default
config file for qemu.conf is typically all comments and is
not frequently overwritten.

This patch enables deployers to deploy a custom /etc/libvirt/qemu.conf
config file by defining a dictionary qemu_conf_dict.

config_template plugin is not used because the qemu.conf file does
not have sections, thus putting values in [DEFAULT] is untested.

Change-Id: I780951ef466d1a82168f1f787abf58aebfe95889
2016-09-02 14:56:09 -04:00

5 lines
127 B
YAML

---
features:
- The os_nova role can now deploy the a custom
/etc/libvirt/qemu.conf file by defining ``qemu_conf_dict``.