Updated Branches: refs/heads/trunk 005b79518 -> 71aff983c
Fix a typo. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/cf1930cf Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/cf1930cf Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/cf1930cf Branch: refs/heads/trunk Commit: cf1930cf8c78260fbb70d6bd239e6bb5a38bfdb6 Parents: 005b795 Author: Tomaz Muraus <[email protected]> Authored: Mon Feb 3 15:43:30 2014 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Mon Feb 3 15:43:30 2014 +0100 ---------------------------------------------------------------------- libcloud/common/cloudsigma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/cf1930cf/libcloud/common/cloudsigma.py ---------------------------------------------------------------------- diff --git a/libcloud/common/cloudsigma.py b/libcloud/common/cloudsigma.py index e0e6336..c65535c 100644 --- a/libcloud/common/cloudsigma.py +++ b/libcloud/common/cloudsigma.py @@ -47,7 +47,7 @@ API_ENDPOINTS_2_0 = { 'host': 'lvs.cloudsigma.com' }, 'wdc': { - 'name': 'Las Vegas', + 'name': 'Washington DC', 'country': 'United States', 'host': 'wdc.cloudsigma.com' }
