You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Philip Schwartz (JIRA)" <ji...@apache.org> on 2010/11/02 14:26:24 UTC

[libcloud] [jira] Updated: (LIBCLOUD-62) EC2 interface missing keypair funtions: ImportKeyPair and DescribeKeyPair

     [ https://issues.apache.org/jira/browse/LIBCLOUD-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Schwartz updated LIBCLOUD-62:
------------------------------------

    Attachment: new_keypair_actions.patch

Patch file Updating the ec2 API version, and adding the following funcitons:

ex_import_keypair(self, name, keyfile)
ex_describe_keypairs(self, name)

> EC2 interface missing keypair funtions: ImportKeyPair and DescribeKeyPair
> -------------------------------------------------------------------------
>
>                 Key: LIBCLOUD-62
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-62
>             Project: Libcloud
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 0.4.0
>            Reporter: Philip Schwartz
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: new_keypair_actions.patch
>
>
> The ec2 functions ImportKeyPair and DescribeKeyPair are not implemented and will be needed for deploy_node functionality for EC2
> REST api reference URLS:
> http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/index.html?ApiReference-query-ImportKeyPair.html
> http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeKeyPairs.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.