Merge "docs: Add version{added,changed} notes to the hw_machine_type guide"

This commit is contained in:
Zuul 2021-03-24 13:23:05 +00:00 committed by Gerrit Code Review
commit 4d9b363be9
1 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,16 @@
hw_machine_type - Configuring and updating QEMU instance machine types
======================================================================
.. versionadded:: 12.0.0 (Liberty)
.. versionchanged:: 23.0.0 (Wallaby)
The libvirt driver now records the machine type of an instance at start up
allowing the ``[libvirt]hw_machine_type`` configurable to change over time
without impacting existing instances.
Added ``nova-manage`` commands to control the machine_type of an instance.
.. note::
The following only applies to environments using libvirt compute hosts.