puppet-nova/releasenotes/notes/add_libvirt_hw_machine_type_parameter-a385e959c6aea16d.yaml
Sven Anderson 13fd6e4045 Expose libvirt/hw_machine_type for consistent machine types.
The libvirt driver currently does not set the machine type for a KVM
guest by default.  When not specified, libvirt will use the newest
one it knows about.  Unfortunately, that can result in live
migrations failing if your environment is using different versions of
the host OS on compute nodes as the destination node may not be able
to support the machine type used when the VM was originally started.

Change-Id: I269ade8997389fc56ce3009fbd0660d1a47a0c4a
2016-11-15 16:43:46 +01:00

6 lines
155 B
YAML

---
features:
- Add libvirt_hw_machine_type parameter to
nova::compute::libvirt to allow setting the
libvirt/hw_machine_type option in nova.conf