From 3f773369da2e17bb2a35251fd53fe5b00255b8af Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 24 Oct 2025 16:07:19 +0100 Subject: [PATCH 1/2] B OpenNebula/one#6872: fix ui issue on VM Instantiation Signed-off-by: Ross --- .../release_notes_enterprise/resolved_issues_6105.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/intro_release_notes/release_notes_enterprise/resolved_issues_6105.rst b/source/intro_release_notes/release_notes_enterprise/resolved_issues_6105.rst index 2fa657c0d..5c47e7fc1 100644 --- a/source/intro_release_notes/release_notes_enterprise/resolved_issues_6105.rst +++ b/source/intro_release_notes/release_notes_enterprise/resolved_issues_6105.rst @@ -40,7 +40,7 @@ The following issues has been solved in 6.10.5: - `Fix Security Group Role Description for IPs ` __. - `Fix history ETIME after resize, disk-resize and pci-(de)attach for VMs in undeployed state ` __. - `Fix cluster assignment when creating Virtual Network ` __. - +- `Fix UI issue on VM Instantiation when Memory or CPU modification is set to 'range' within a VM template ` Changes in Configuration Files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ From 018f14cf7b518607efe5192a677edf62af37f445 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 24 Oct 2025 16:09:23 +0100 Subject: [PATCH 2/2] B OpenNebula/one#6872: fix ui issue on VM Instantiation Signed-off-by: Ross --- .../release_notes_enterprise/resolved_issues_6105.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/intro_release_notes/release_notes_enterprise/resolved_issues_6105.rst b/source/intro_release_notes/release_notes_enterprise/resolved_issues_6105.rst index 5c47e7fc1..d63ab14f1 100644 --- a/source/intro_release_notes/release_notes_enterprise/resolved_issues_6105.rst +++ b/source/intro_release_notes/release_notes_enterprise/resolved_issues_6105.rst @@ -40,7 +40,8 @@ The following issues has been solved in 6.10.5: - `Fix Security Group Role Description for IPs ` __. - `Fix history ETIME after resize, disk-resize and pci-(de)attach for VMs in undeployed state ` __. - `Fix cluster assignment when creating Virtual Network ` __. -- `Fix UI issue on VM Instantiation when Memory or CPU modification is set to 'range' within a VM template ` +- `Fix UI issue on VM Instantiation when Memory or CPU modification is set to 'range' within a VM template ` __. + Changes in Configuration Files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^