Updated Branches: refs/heads/trunk 2317df32c -> b232da3e6
Update available instance sizes list for EC2 Sao Paulo region. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/36adcacc Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/36adcacc Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/36adcacc Branch: refs/heads/trunk Commit: 36adcacc5ccf3b14313515065b4e627148b4efbc Parents: 2317df3 Author: Tomaz Muraus <[email protected]> Authored: Tue Nov 5 09:27:31 2013 +0000 Committer: Tomaz Muraus <[email protected]> Committed: Tue Nov 5 09:27:31 2013 +0000 ---------------------------------------------------------------------- libcloud/compute/drivers/ec2.py | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/36adcacc/libcloud/compute/drivers/ec2.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/ec2.py b/libcloud/compute/drivers/ec2.py index c0d4250..03b9bec 100644 --- a/libcloud/compute/drivers/ec2.py +++ b/libcloud/compute/drivers/ec2.py @@ -303,6 +303,8 @@ REGION_DETAILS = { 'm2.xlarge', 'm2.2xlarge', 'm2.4xlarge', + 'm3.xlarge', + 'm3.2xlarge', 'c1.medium', 'c1.xlarge'
