You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by gigimon <gi...@git.apache.org> on 2013/10/14 13:06:55 UTC

[dev] libcloud pull request: Additional methods to ec2 driver and some fixes for ...

GitHub user gigimon opened a pull request:

    https://github.com/apache/libcloud/pull/157

    Additional methods to ec2 driver and some fixes for Cloudstack driver

    Hello
    
    I'm add some new functional for ec2 driver:
    
    - list_volumes
    - create_volume_snapshot
    - delete_snapshot
    - delete_keypair
    - list_images
    - delete_image
    
    Moreover I fix some bugs for cloudstack driver and create it more EC2 like (some names)
    
    All of functions has tests.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gigimon/libcloud feature-cloudstack-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/157.patch

----
commit 4d1e9e5c08db0f9a99fc2495a36f6cc0c9ebcaf2
Author: gigimon <gi...@gmail.com>
Date:   2013-10-09T13:48:11Z

    * add end ports to cloudstack portforwarding\n* fix list port forwarding rules for node\* optimize cloudstack ex_list_port_forwarding_rules method

commit 3f9c5aa312b5d872312ff18545e3beab29381902
Author: gigimon <gi...@gmail.com>
Date:   2013-10-09T15:02:11Z

    * add to EC2 driver several new methods\n* list_images\n* list_volumes\n* ex_create_snapshot ex_delete_snapshost ex_delete_image ex_delete_keypair ex_modify_image_attribute

commit 6f81ef3d7181341ad2a82d060e69df40f691c3e2
Author: gigimon <gi...@gmail.com>
Date:   2013-10-11T10:19:15Z

    * add test for delete/list snapshots

commit bd9f2c022372ba36c6fd7822200e7433dc723c87
Author: gigimon <gi...@gmail.com>
Date:   2013-10-14T10:59:23Z

    * finish tests for new features in ec2 driver

commit a4e964ff5c9e8709d6f47dd3eabd4302de466e91
Author: gigimon <gi...@gmail.com>
Date:   2013-10-14T10:59:42Z

    * add fixtures for tests

----