[ 
https://issues.apache.org/jira/browse/LIBCLOUD-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13771950#comment-13771950
 ] 

Tomaz Muraus commented on LIBCLOUD-392:
---------------------------------------

Sorry for the delay.

I've checked the pull request and it looks good. There is only a minor issue 
with the argument names in the ex_import_keypair and 
ex_import_keypair_from_string method (names aren't consistent with other 
drivers, e.g. 
https://github.com/apache/libcloud/blob/trunk/libcloud/compute/drivers/ec2.py#L746)
 which needs to be fixed before the patch can be merged.
                
> Add support for keypairs management in the OpenStack driver
> -----------------------------------------------------------
>
>                 Key: LIBCLOUD-392
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-392
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Compute
>         Environment: OpenStack
>            Reporter: L. Schaub
>              Labels: Key, KeyPair, OpenStack, SSH, features, patch
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to