Details
Description
Add the following methods to the OpenStack driver:
- ex_list_keypairs
- ex_create_keypair
- ex_delete_keypair
An OpenStackKeyPair object will also be needed.
This object will contain the following members:
- name
- fingerprint
- public_key
- private_key (optional)