1 | initial version |
Hello,
Currently there is no direct way of setting the instance password using Horizon. One alternative is to use a keypair when launching an instance and then use nova to retrieve the password:
nova get-password <server> [<private-key>]
where private-key is the path where you have the private key file. This solution works when you have http metadata enabled.
Thanks.