
Nova uses host-model cpu mode when virt_type is qemu, unless users gives a specific value. This updates the logic to define the default value so that the default value selected when virt_type is qemu becomes consistent with nova. Change-Id: Iedaefc3c3c1150205ced29fd30adf7cdcb365001
8 lines
309 B
YAML
8 lines
309 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The ``[libvirt] cpu_mode`` option is set to ``host-model`` by default when
|
|
qemu virt type is used, which is consistent with the default selected by
|
|
nova. Set the ``nova::compute::libvirt::cpu_mode`` parameter to use
|
|
a different mode such as the previous default (``none``).
|