summaryrefslogtreecommitdiff
path: root/releasenotes/notes/validate-machine-type-0d5f3dbd1e2ace31.yaml
blob: 8f6518e57e2f92142cce0779864b9c5a77b40867 (plain)
1
2
3
4
5
6
7
8
9
10
---
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