Keypair interface (1.1 extension).
Bases: novaclient.openstack.common.apiclient.base.Resource
A keypair is a ssh key that can be injected into a server on launch.
Bases: novaclient.base.ManagerWithFind
Create a keypair
| Parameters: |
|
|---|
Delete a keypair
| Parameters: | key – The Keypair (or its ID) to delete. |
|---|
Get a keypair.
| Parameters: | keypair – The ID of the keypair to get. |
|---|---|
| Return type: | Keypair |
Get a list of keypairs.
alias of Keypair