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
I am trying to create a vm from an template in VCD using the command
knife vcair server create --ssh-password Password1 --image
"image-name" --cpus 4 --memory 4096 --node-name centos64
--vcair-net network1.
The above returns with error message "ERROR: TypeError: no implicit conversion of Symbol into Integer". Vm is actually created which i could verify with UI. But its not powered on. I googled but none of the links are not helping though
The text was updated successfully, but these errors were encountered:
I am trying to create a vm from an template in VCD using the command
knife vcair server create --ssh-password Password1 --image
"image-name" --cpus 4 --memory 4096 --node-name centos64
--vcair-net network1.
The above returns with error message "ERROR: TypeError: no implicit conversion of Symbol into Integer". Vm is actually created which i could verify with UI. But its not powered on. I googled but none of the links are not helping though
The text was updated successfully, but these errors were encountered: