You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When issuing a VM Template instantiation through Sunstone, the resulting API Call is quite different compared to the one issued using the CLI. With certain VM Templates it might lead to instantiation fails due to parsing errors.
root@PC04:~# onetemplate instantiate t54202
There are some parameters that require user input. Use the string <<EDITOR>> to launch an editor (e.g. for multi-line inputs)
* (CORES) NUMBER OF CORES
Integer: 2
* (PASSWORD_BASE64) INPUT YOUR PASSWORD
* (SOCKETS) NUMBER OF SOCKETS
0 2
1 4
Please type the selection number: 0
* (USERNAME) INPUT YOUR USERNAME
asdf
VM ID: 113
Description
When issuing a VM Template instantiation through Sunstone, the resulting API Call is quite different compared to the one issued using the CLI. With certain VM Templates it might lead to instantiation fails due to parsing errors.
To Reproduce
Given the following VM Template
Instantiating it through sunstone
results in the following error
Expected behavior
When instantiating through CLI
the behavior is quite different
The call only passed the user inputs as template appendages, not a whole new VM Template like sunstone does.
Details
Progress Status
The text was updated successfully, but these errors were encountered: