nova/releasenotes/notes/validate-machine-type-0d5f3dbd1e2ace31.yaml
Amit Uniyal 467bbee758 Adds link in releasenotes for hw machine type bug
Change-Id: Icdc96b1773bfaf224b9adf1a82cc1ebb75af67e3
2022-07-12 13:02:11 +00:00

10 lines
430 B
YAML

---
fixes:
- |
Added validation for image machine type property. Different APIs which
uses machine type for server creation, resize or rebuild will raise
InvalidMachineType exception with message "provided machine type is not
supported by host" and suggest possible/valid machine types in compute logs.
For more details see: `bug 1933097`_
.. _`bug 1933097`: https://bugs.launchpad.net/nova/+bug/1933097