summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Yarwood <lyarwood@redhat.com>2021-03-09 09:36:58 +0000
committerLee Yarwood <lyarwood@redhat.com>2021-03-09 09:38:50 +0000
commit8318eb9c2f0cbcf60042ccd3283ca3659279674c (patch)
treef0d14c43f48fd84555d5dc5deff04c888fcad15c
parent31889ce296d1e1a62fe5825292479009118ddfab (diff)
downloadnova-8318eb9c2f0cbcf60042ccd3283ca3659279674c.tar.gz
docs: Add version{added,changed} notes to the hw_machine_type guide
These were missed in the original change but add some useful context to readers of when things have been changed. blueprint: libvirt-default-machine-type Change-Id: I64ef0efc80a088385c9ac45a818cc807490d2de1
-rw-r--r--doc/source/admin/hw-machine-type.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/admin/hw-machine-type.rst b/doc/source/admin/hw-machine-type.rst
index 647f4a013b..e8a0df87e4 100644
--- a/doc/source/admin/hw-machine-type.rst
+++ b/doc/source/admin/hw-machine-type.rst
@@ -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.