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

[1/2] libcloud git commit: add new region 'waw' for CloudSigma Closes #942

Repository: libcloud
Updated Branches:
  refs/heads/trunk ef3363df8 -> 425ab2bc7


add new region 'waw' for CloudSigma
Closes #942


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

Branch: refs/heads/trunk
Commit: b4b07a5c76d442a0e851da6aeb8af79500cbb0a6
Parents: ef3363d
Author: Kamil Chmielewski <ka...@gmail.com>
Authored: Wed Nov 9 15:05:29 2016 +0100
Committer: Anthony Shaw <an...@apache.org>
Committed: Thu Nov 10 12:09:43 2016 +1100

----------------------------------------------------------------------
 libcloud/common/cloudsigma.py | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/b4b07a5c/libcloud/common/cloudsigma.py
----------------------------------------------------------------------
diff --git a/libcloud/common/cloudsigma.py b/libcloud/common/cloudsigma.py
index cb5c263..055d758 100644
--- a/libcloud/common/cloudsigma.py
+++ b/libcloud/common/cloudsigma.py
@@ -70,6 +70,11 @@ API_ENDPOINTS_2_0 = {
         'name': 'Manila, Philippines',
         'country': 'Philippines',
         'host': 'mnl.cloudsigma.com'
+    },
+    'waw': {
+        'name': 'Warsaw, Poland',
+        'country': 'Poland',
+        'host': 'waw.cloudsigma.com'
     }
 }
 


[2/2] libcloud git commit: changes for #942

Posted by an...@apache.org.
changes for #942


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

Branch: refs/heads/trunk
Commit: 425ab2bc76a61dad608bfe9d360c1033f8ae63b4
Parents: b4b07a5
Author: Anthony Shaw <an...@apache.org>
Authored: Thu Nov 10 12:10:55 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Thu Nov 10 12:10:55 2016 +1100

----------------------------------------------------------------------
 CHANGES.rst | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/425ab2bc/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 85a1bec..c0d95f6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,10 @@ Changes in current version of Apache Libcloud
 Compute
 ~~~~~~~
 
+- [cloudsigma] Added Warsaw (waw) region
+  (GITHUB-942)
+  [Kamil Chmielewski]
+
 - [google] Prevent GCE auth to hide S3 auth
   (GITHUB-921)
   [Quentin Pradet]