nvazquez commented on PR #7793:
URL: https://github.com/apache/cloudstack/pull/7793#issuecomment-1661315281

   The 'extraconfig' parameter was introduced by this feature: 
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Enable+additional+configuration+metadata+to+virtual+machines.
 It lacks UI support, so was only possible to set it in the API. I think that 
it can be a good partial solution as the way the extra config is stored on the 
vm_details table is using either named keys such as: extraconfig-NAME1, 
extraconfig-NAME2 or numerical: extraconfig-1, extraconfig-2. So the 
updateVirtualMachine API may allow editing the first time but not the second 
time as the details will be split into multiple details with the extraconfig 
prefix (all this needs to be tested, I had tested it long ago :) )
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to