Add Nova get-password support

Add support to get a encrypted administrative password for a server
through a GET on: /v2.1/{tenant_id}/servers/{server_id}/os-server-password
optionally decrypting the password if a private key is supplied.

The same operation with OpenStack CLI is done with:
  nova get-password <server_id> [private_key.pem]
6 files changed