From 467bbee7581ed2fd68c483914d12ee4c7a8b7773 Mon Sep 17 00:00:00 2001 From: Amit Uniyal Date: Tue, 12 Jul 2022 13:02:11 +0000 Subject: [PATCH] Adds link in releasenotes for hw machine type bug Change-Id: Icdc96b1773bfaf224b9adf1a82cc1ebb75af67e3 --- releasenotes/notes/validate-machine-type-0d5f3dbd1e2ace31.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releasenotes/notes/validate-machine-type-0d5f3dbd1e2ace31.yaml b/releasenotes/notes/validate-machine-type-0d5f3dbd1e2ace31.yaml index 51e8031487f0..8f6518e57e2f 100644 --- a/releasenotes/notes/validate-machine-type-0d5f3dbd1e2ace31.yaml +++ b/releasenotes/notes/validate-machine-type-0d5f3dbd1e2ace31.yaml @@ -5,5 +5,6 @@ fixes: 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 + .. _`bug 1933097`: https://bugs.launchpad.net/nova/+bug/1933097 \ No newline at end of file