Merge pull request #2 from apache/trunk Pulling in latest updates
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e0872c1a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e0872c1a Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e0872c1a Branch: refs/heads/trunk Commit: e0872c1a790bf2d35dc5fd584452fc77f6d09f02 Parents: f75780f adba6de Author: Chris DeRamus <[email protected]> Authored: Sun Dec 22 06:37:51 2013 -0800 Committer: Chris DeRamus <[email protected]> Committed: Sun Dec 22 06:37:51 2013 -0800 ---------------------------------------------------------------------- CHANGES | 15 + contrib/generate_contributor_list.py | 27 +- docs/getting_started.rst | 2 +- libcloud/compute/drivers/ec2.py | 412 ++++++++++++++++++- libcloud/data/pricing.json | 42 +- .../ec2/authorize_security_group_egress.xml | 4 + .../fixtures/ec2/create_security_group.xml | 5 + .../fixtures/ec2/delete_security_group.xml | 4 + .../ec2/revoke_security_group_egress.xml | 4 + .../ec2/revoke_security_group_ingress.xml | 4 + libcloud/test/compute/test_ec2.py | 70 +++- 11 files changed, 555 insertions(+), 34 deletions(-) ----------------------------------------------------------------------
