nova get-password [closed]
Suppose I want to do my own image customization (no cloud-init), including generating a password and posting it to the metadata password url. How do I encrypt it with the public key obtained from the instance metadata such that 'nova get-password' can decrypt it.
Thanks,