Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When you spawn a Windows instance, be sure to attach a keypair. Cloudbase-init will generate a random password for the user Admin, which can be retrived with:

Code Block
titleRetrive admin-password
nova get-password <instance-id> <private-key-file>

...