Update EC2 provider constant value.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fe6c8a49 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fe6c8a49 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/fe6c8a49 Branch: refs/heads/trunk Commit: fe6c8a491f0c4b205b76069d1fef2c31e0e97897 Parents: 04dbe18 Author: Tomaz Muraus <to...@tomaz.me> Authored: Thu Mar 31 19:15:43 2016 -0700 Committer: Tomaz Muraus <to...@tomaz.me> Committed: Thu Mar 31 19:15:43 2016 -0700 ---------------------------------------------------------------------- libcloud/compute/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/fe6c8a49/libcloud/compute/types.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/types.py b/libcloud/compute/types.py index 5b9b768..d1e72d5 100644 --- a/libcloud/compute/types.py +++ b/libcloud/compute/types.py @@ -104,7 +104,7 @@ class Provider(Type): """ AZURE = 'azure' DUMMY = 'dummy' - EC2 = 'ec2_us_east' + EC2 = 'ec2' RACKSPACE = 'rackspace' GCE = 'gce' GOGRID = 'gogrid'