From a7c167218e4a59b812fa92c57d24a548490f3e52 Mon Sep 17 00:00:00 2001 From: Yoan Blanc Date: Fri, 2 Nov 2018 13:35:29 +0100 Subject: [PATCH] driver: update Exoscale info Signed-off-by: Yoan Blanc --- docs/compute/drivers/exoscale.rst | 6 +++--- libcloud/compute/drivers/exoscale.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/compute/drivers/exoscale.rst b/docs/compute/drivers/exoscale.rst index c22e986e49..ecf13d8d6f 100644 --- a/docs/compute/drivers/exoscale.rst +++ b/docs/compute/drivers/exoscale.rst @@ -1,13 +1,13 @@ Exoscale Computer Driver Documentation ====================================== -`Exoscale`_ is a public cloud provider based in Switzerland with data centers -in Geneva, Switzerland. +`Exoscale`_ is a public European cloud provider with data centers in Germany, +Austria, and Switzerland. .. figure:: /_static/images/provider_logos/exoscale.png :align: center :width: 300 - :target: https://www.exoscale.ch + :target: https://www.exoscale.com Exoscale driver is based on the CloudStack one and uses basic zones. For more information and CloudStack specific documentation, please refer to diff --git a/libcloud/compute/drivers/exoscale.py b/libcloud/compute/drivers/exoscale.py index 9f883e0b5f..3f6fc5a9c4 100644 --- a/libcloud/compute/drivers/exoscale.py +++ b/libcloud/compute/drivers/exoscale.py @@ -24,8 +24,8 @@ class ExoscaleNodeDriver(CloudStackNodeDriver): type = Provider.EXOSCALE name = 'Exoscale' - website = 'https://www.exoscale.ch/' + website = 'https://www.exoscale.com/' # API endpoint info - host = 'api.exoscale.ch' + host = 'api.exoscale.com' path = '/compute'