Repository: libcloud Updated Branches: refs/heads/trunk 8f39dbc1b -> 080b343e0
[LIBCLOUD-1026] Update documentation for UpCloud driver Signed-off-by: Rick van de Loo <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/dd6aaba8 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/dd6aaba8 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/dd6aaba8 Branch: refs/heads/trunk Commit: dd6aaba856d5f3ed6e8a05c4f92465a968af450d Parents: 8f39dbc Author: Ilari Mäkelä <[email protected]> Authored: Tue Nov 27 16:56:20 2018 +0200 Committer: Rick van de Loo <[email protected]> Committed: Tue Nov 27 16:02:52 2018 +0100 ---------------------------------------------------------------------- docs/_static/images/provider_logos/upcloud.png | Bin 20107 -> 10801 bytes docs/compute/drivers/upcloud.rst | 14 ++++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/dd6aaba8/docs/_static/images/provider_logos/upcloud.png ---------------------------------------------------------------------- diff --git a/docs/_static/images/provider_logos/upcloud.png b/docs/_static/images/provider_logos/upcloud.png index 5b5f205..55b123b 100644 Binary files a/docs/_static/images/provider_logos/upcloud.png and b/docs/_static/images/provider_logos/upcloud.png differ http://git-wip-us.apache.org/repos/asf/libcloud/blob/dd6aaba8/docs/compute/drivers/upcloud.rst ---------------------------------------------------------------------- diff --git a/docs/compute/drivers/upcloud.rst b/docs/compute/drivers/upcloud.rst index e24b46c..ed5b0e9 100644 --- a/docs/compute/drivers/upcloud.rst +++ b/docs/compute/drivers/upcloud.rst @@ -6,15 +6,17 @@ from data centers based in multiple countries. .. figure:: /_static/images/provider_logos/upcloud.png :align: center :width: 300 - :target: https://www.upcloud.com/ + :target: https://upcloud.com/ -UpCloud currently operates globally from six (6) data centers: +UpCloud currently operates globally from eight (8) data centers: * Amsterdam, Netherlands * Chicago, USA * Frankfurt, Germany -* Helsinki, Finland +* Helsinki 1, Finland +* Helsinki 2, Finland * London, UK +* San Jose, USA * Singapore, Singapore Instantiating a driver @@ -30,7 +32,7 @@ Enabling API access ------------------- To allow API access to your UpCloud account, you first need to enable the API -permissions by visiting `My Account -> User accounts`_ in your UpCloud Control +permissions by visiting `People`_ in your UpCloud Control Panel. We recommend you to set up a sub-account specifically for the API usage with its own username and password, as it allows you to assign specific permissions for increased security. @@ -41,5 +43,5 @@ limit the API connections to a specific IP address or address range for addition security. Once you are done entering the user information, hit the **Save** button at the bottom of the page to create the new username. -.. _`UpCloud`: https://www.upcloud.com/ -.. _`My Account -> User accounts`: https://my.upcloud.com/account +.. _`UpCloud`: https://upcloud.com/ +.. _`People`: https://hub.upcloud.com/people
