Repository: libcloud Updated Branches: refs/heads/trunk ab7d07bd4 -> 7123206a9
Add new Honolulu, HI endpoint to the CloudSigma driver. Closes #498 Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/925613a8 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/925613a8 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/925613a8 Branch: refs/heads/trunk Commit: 925613a875cf848bfcf4815b2f58fdc6286a4510 Parents: 6bab035 Author: Stephen D. Spencer <[email protected]> Authored: Mon Jan 26 11:28:02 2015 -0600 Committer: Tomaz Muraus <[email protected]> Committed: Mon Jan 26 18:44:43 2015 +0100 ---------------------------------------------------------------------- CHANGES.rst | 4 ++++ libcloud/common/cloudsigma.py | 5 +++++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/925613a8/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index e7f65c4..21bf983 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -135,6 +135,10 @@ Compute (GITHUB-436, LIBCLOUD-656) [Dustin Oberloh] +- Add new Honolulu, HI endpoint to the CloudSigma driver. + (GITHUB-439) + [Stephen D. Spencer] + Storage ~~~~~~~ http://git-wip-us.apache.org/repos/asf/libcloud/blob/925613a8/libcloud/common/cloudsigma.py ---------------------------------------------------------------------- diff --git a/libcloud/common/cloudsigma.py b/libcloud/common/cloudsigma.py index d44947f..339bfc2 100644 --- a/libcloud/common/cloudsigma.py +++ b/libcloud/common/cloudsigma.py @@ -55,6 +55,11 @@ API_ENDPOINTS_2_0 = { 'name': 'Washington, DC', 'country': 'United States', 'host': 'wdc.cloudsigma.com' + }, + 'hnl': { + 'name': 'Honolulu, HI', + 'country': 'United States', + 'host': 'hnl.cloudsigma.com' } }
