You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2016/04/13 22:36:32 UTC

libcloud git commit: Add new `Perth, Australia` and `Manila, Philippines` region to the CloudSigma v2 driver.

Repository: libcloud
Updated Branches:
  refs/heads/trunk 39e92cb1a -> bc4d80530


Add new `Perth, Australia` and `Manila, Philippines` region to the CloudSigma
v2 driver.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/bc4d8053
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/bc4d8053
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/bc4d8053

Branch: refs/heads/trunk
Commit: bc4d805306f43dbe35b987fb9367e2bb287908b3
Parents: 39e92cb
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Wed Apr 13 22:25:14 2016 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Wed Apr 13 22:25:14 2016 +0200

----------------------------------------------------------------------
 CHANGES.rst                   |  4 ++++
 libcloud/common/cloudsigma.py | 10 ++++++++++
 2 files changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/bc4d8053/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 5e3266c..2ede118 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -26,6 +26,10 @@ Compute
   (GITHUB-738)
   [Lionel Schaub]
 
+- Add new `Perth, Australia` and `Manila, Philippines` region to the CloudSigma
+  v2 driver.
+  [Tomaz Muraus]
+
 DNS
 ~~~
 

http://git-wip-us.apache.org/repos/asf/libcloud/blob/bc4d8053/libcloud/common/cloudsigma.py
----------------------------------------------------------------------
diff --git a/libcloud/common/cloudsigma.py b/libcloud/common/cloudsigma.py
index 339bfc2..cb5c263 100644
--- a/libcloud/common/cloudsigma.py
+++ b/libcloud/common/cloudsigma.py
@@ -60,6 +60,16 @@ API_ENDPOINTS_2_0 = {
         'name': 'Honolulu, HI',
         'country': 'United States',
         'host': 'hnl.cloudsigma.com'
+    },
+    'per': {
+        'name': 'Perth, Australia',
+        'country': 'Australia',
+        'host': 'per.cloudsigma.com'
+    },
+    'mnl': {
+        'name': 'Manila, Philippines',
+        'country': 'Philippines',
+        'host': 'mnl.cloudsigma.com'
     }
 }