Removed the t2.nano instance types from eu-central and ap-southeast-2 as they are not available yet.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/60b5661c Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/60b5661c Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/60b5661c Branch: refs/heads/trunk Commit: 60b5661c0024a89ab2db526572b5f023a6698e57 Parents: adfaacf Author: anthony-shaw <anthony.p.s...@gmail.com> Authored: Mon Dec 28 21:18:44 2015 +1100 Committer: anthony-shaw <anthony.p.s...@gmail.com> Committed: Mon Dec 28 21:18:44 2015 +1100 ---------------------------------------------------------------------- libcloud/compute/drivers/ec2.py | 2 -- libcloud/data/pricing.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/60b5661c/libcloud/compute/drivers/ec2.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/ec2.py b/libcloud/compute/drivers/ec2.py index d03b3f4..e9a32c2 100644 --- a/libcloud/compute/drivers/ec2.py +++ b/libcloud/compute/drivers/ec2.py @@ -920,7 +920,6 @@ REGION_DETAILS = { 'r3.2xlarge', 'r3.4xlarge', 'r3.8xlarge', - 't2.nano', 't2.micro', 't2.small', 't2.medium', @@ -1116,7 +1115,6 @@ REGION_DETAILS = { 'r3.2xlarge', 'r3.4xlarge', 'r3.8xlarge', - 't2.nano', 't2.micro', 't2.small', 't2.medium', http://git-wip-us.apache.org/repos/asf/libcloud/blob/60b5661c/libcloud/data/pricing.json ---------------------------------------------------------------------- diff --git a/libcloud/data/pricing.json b/libcloud/data/pricing.json index 4723fb3..a443207 100644 --- a/libcloud/data/pricing.json +++ b/libcloud/data/pricing.json @@ -1030,5 +1030,5 @@ } }, "storage": {}, - "updated": 1450688351 + "updated": 1451297707 } \ No newline at end of file