Created upcloud.rst Signed-off-by: Quentin Pradet <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/9a97e3b9 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/9a97e3b9 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/9a97e3b9 Branch: refs/heads/trunk Commit: 9a97e3b9e22bef0852aaed2061328db3c9797913 Parents: 0e0b683 Author: Ilari Mäkelä <[email protected]> Authored: Mon Sep 25 16:44:34 2017 +0300 Committer: Quentin Pradet <[email protected]> Committed: Wed Sep 27 07:04:33 2017 +0400 ---------------------------------------------------------------------- docs/compute/drivers/upcloud.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/9a97e3b9/docs/compute/drivers/upcloud.rst ---------------------------------------------------------------------- diff --git a/docs/compute/drivers/upcloud.rst b/docs/compute/drivers/upcloud.rst new file mode 100644 index 0000000..4c6a400 --- /dev/null +++ b/docs/compute/drivers/upcloud.rst @@ -0,0 +1,31 @@ +UpCloud Driver Documentation +=============================== +`UpCloud`_ is a Finnish IaaS provider offering the most high performance +servers with extremely redundant infrastructure to the most demanding customers. + +.. figure:: /_static/images/provider_logos/upcloud.png + :align: center + :width: 300 + :target: https://www.upcloud.com/ + +UpCloud currently operates globally from six (6) data centres: + +* Amsterdam, Netherlands +* Chicago, USA +* Frankfurt, Germany +* Helsinki, Finland +* London, UK +* Singapore, Singapore + +Instantiating a driver +---------------------- + +When you instantiate a driver you need to pass the following arguments to the +driver constructor: + +* ``username`` - Your API access enabled users username +* ``password`` - Your API access enabled users password + +You can setup your API access enabled user account from https://my.upcloud.com/account + +.. _`UpCloud`: https://www.upcloud.com/
