From 9ae0f48b6a5e6b472ad3d2bfbfdbdbb83d0e8281 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Fri, 24 May 2024 17:40:36 +0530 Subject: [PATCH 1/3] import-vm: remove username, password request params for vm import Signed-off-by: Abhishek Kumar --- .../adminguide/virtual_machines/importing_unmanaging_vms.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/adminguide/virtual_machines/importing_unmanaging_vms.rst b/source/adminguide/virtual_machines/importing_unmanaging_vms.rst index 572b77ab74..ee02630989 100644 --- a/source/adminguide/virtual_machines/importing_unmanaging_vms.rst +++ b/source/adminguide/virtual_machines/importing_unmanaging_vms.rst @@ -437,8 +437,6 @@ those same credentials are later used for SSH authentication when the QCOW2 imag .. parsed-literal:: - **zoneid** (Zone to which Instance will be imported) - **host** (the host name or IP address of External Host) - - **username** (the username of External Host for authentication) - - **password** (the password of External Host for authentication) **Response**: @@ -481,8 +479,6 @@ choose the temporary storage location on the external host for the converted fil .. parsed-literal:: - **zoneid** (Zone to which Instance will be imported) - **host** (the host name or IP address of External Host) - - **username** (the username of External Host for authentication) - - **password** (the password of External Host for authentication) - **importsource** (Import source should be external) - **tmppath** (Temp Path on external host for disk image copy) - **name** (Instance name on External Host) From 587189a7bd6d1872db0486f66bc2215b8114eb0a Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Fri, 14 Jun 2024 11:24:41 +0530 Subject: [PATCH 2/3] revert Signed-off-by: Abhishek Kumar --- source/adminguide/virtual_machines/importing_unmanaging_vms.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/adminguide/virtual_machines/importing_unmanaging_vms.rst b/source/adminguide/virtual_machines/importing_unmanaging_vms.rst index ee02630989..331f52a97f 100644 --- a/source/adminguide/virtual_machines/importing_unmanaging_vms.rst +++ b/source/adminguide/virtual_machines/importing_unmanaging_vms.rst @@ -93,6 +93,8 @@ Instance can be given to retrieve Instance details. The API will filter all Clou .. parsed-literal:: - **clusterid** - **hostid** + - **username** (the username of External Host for authentication) + - **password** (the password of External Host for authentication) - **name** - **osdisplayname** - **memory** From dedfbaeae540dc717cc5d71414cb3e530f80f8cd Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Fri, 14 Jun 2024 11:27:14 +0530 Subject: [PATCH 3/3] correct revert Signed-off-by: Abhishek Kumar --- .../adminguide/virtual_machines/importing_unmanaging_vms.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/adminguide/virtual_machines/importing_unmanaging_vms.rst b/source/adminguide/virtual_machines/importing_unmanaging_vms.rst index 331f52a97f..ec158385b7 100644 --- a/source/adminguide/virtual_machines/importing_unmanaging_vms.rst +++ b/source/adminguide/virtual_machines/importing_unmanaging_vms.rst @@ -93,8 +93,6 @@ Instance can be given to retrieve Instance details. The API will filter all Clou .. parsed-literal:: - **clusterid** - **hostid** - - **username** (the username of External Host for authentication) - - **password** (the password of External Host for authentication) - **name** - **osdisplayname** - **memory** @@ -481,6 +479,8 @@ choose the temporary storage location on the external host for the converted fil .. parsed-literal:: - **zoneid** (Zone to which Instance will be imported) - **host** (the host name or IP address of External Host) + - **username** (the username of External Host for authentication) + - **password** (the password of External Host for authentication) - **importsource** (Import source should be external) - **tmppath** (Temp Path on external host for disk image copy) - **name** (Instance name on External Host)