Hello, I am playing with OpenNebula 6.2 and I have problem with PASSWORD field in attached context.sh iso file.
It doesnt contain password, but instead it only VAR. This causes, that user account is not created resp. created with wrong password.
...
PASSWORD='$PASSWORD'
SSH_PUBLIC_KEY='*******'
TARGET='hda'
USERNAME='kristian'
...