New Question

Ionut Balutoiu's profile - activity

2016-08-03 22:38:07 +0300 received badge  Supporter (source)
2016-08-03 22:36:58 +0300 received badge  Teacher (source)
2016-06-15 16:02:43 +0300 received badge  Editor (source)
2016-06-15 16:02:13 +0300 answered a question juju+openstack: how to get windows machine password

Hello!

Juju doesn't use any keypair when creating machines on OpenStack. So you cannot retrieve the password set by cloudbase-init on any Nova instance booted with Juju.

The only options are:

  • Set the default Administrator password via node console;
  • If you're using Juju version >= 2.0, you can set the Administrator or the Admin password via Juju run: juju run --machine <machine-id> "net user Administrator <password>"

Regards,

Ionut Balutoiu