Remove unsupported instance types Closes #684
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b0ce8d8c Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b0ce8d8c Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b0ce8d8c Branch: refs/heads/trunk Commit: b0ce8d8cecc7ce604969978c75306553db5aa80e Parents: 31d9d59 Author: Geunwoo Shin <[email protected]> Authored: Tue Jan 26 18:34:50 2016 +0900 Committer: anthony-shaw <[email protected]> Committed: Wed Jan 27 11:04:23 2016 +1100 ---------------------------------------------------------------------- libcloud/compute/drivers/ec2.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b0ce8d8c/libcloud/compute/drivers/ec2.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/ec2.py b/libcloud/compute/drivers/ec2.py index a26295f..b57a1eb 100644 --- a/libcloud/compute/drivers/ec2.py +++ b/libcloud/compute/drivers/ec2.py @@ -1054,7 +1054,6 @@ REGION_DETAILS = { 'm4.2xlarge', 'm4.4xlarge', 'm4.10xlarge', - 'hs1.8xlarge', 'i2.xlarge', 'i2.2xlarge', 'i2.4xlarge',
