You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by se...@apache.org on 2015/07/03 09:34:49 UTC

libcloud git commit: compute: Documentation update for AuroraCompute

Repository: libcloud
Updated Branches:
  refs/heads/trunk e105433e9 -> 64b29201f


compute: Documentation update for AuroraCompute

This is mainly a URL update pointing directly to the English version
of the website.

Signed-off-by: Sebastien Goasguen <ru...@gmail.com>

This closes #541


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

Branch: refs/heads/trunk
Commit: 64b29201f4f89599e08dd151ea06b76b5fa8fc91
Parents: e105433
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Thu Jul 2 21:42:27 2015 +0200
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Fri Jul 3 09:34:22 2015 +0200

----------------------------------------------------------------------
 docs/compute/drivers/auroracompute.rst    | 11 +++++++++--
 libcloud/compute/drivers/auroracompute.py |  2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/64b29201/docs/compute/drivers/auroracompute.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/auroracompute.rst b/docs/compute/drivers/auroracompute.rst
index 7a730a3..e8ba8bd 100644
--- a/docs/compute/drivers/auroracompute.rst
+++ b/docs/compute/drivers/auroracompute.rst
@@ -4,12 +4,19 @@ AuroraCompute Computer Driver Documentation
 `PCextreme B.V.`_ is a Dutch cloud provider. It provides a public cloud offering
 under the name AuroraCompute. All cloud services are under the family name Aurora.
 
-The datacenters are located in Amsterdam and Rotterdam, The Netherlands.
+The datacenters / availability zones are located in:
+
+- Amsterdam (NL)
+- Rotterdam (NL)
+- Miami (US)
+- Los Angelos (US)
+- Tokyo (JP)
+
 
 .. figure:: /_static/images/provider_logos/pcextreme.png
     :align: center
     :width: 300
-    :target: https://www.pcextreme.nl/aurora
+    :target: https://www.pcextreme.nl/en/aurora/compute
 
 The AuroraCompute driver is based on the CloudStack driver. Please refer to
 :doc:`CloudStack Compute Driver Documentation <cloudstack>` page for more

http://git-wip-us.apache.org/repos/asf/libcloud/blob/64b29201/libcloud/compute/drivers/auroracompute.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/auroracompute.py b/libcloud/compute/drivers/auroracompute.py
index 19847fb..392f5df 100644
--- a/libcloud/compute/drivers/auroracompute.py
+++ b/libcloud/compute/drivers/auroracompute.py
@@ -24,6 +24,6 @@ __all__ = [
 class AuroraComputeNodeDriver(CloudStackNodeDriver):
     type = Provider.AURORACOMPUTE
     name = 'PCextreme AuroraCompute'
-    website = 'https://www.pcextreme.nl/aurora/'
+    website = 'https://www.pcextreme.nl/en/aurora/compute'
     host = 'cloud.pcextreme.nl'
     path = '/api'