Repository: libcloud Updated Branches: refs/heads/trunk 78d90ea15 -> 37364fe81
doc: Add AuroraCompute documentation and logo Closes #493 Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/12c76a1c Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/12c76a1c Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/12c76a1c Branch: refs/heads/trunk Commit: 12c76a1c5e11949e055d2d71fb093fc952b1ad6d Parents: 78d90ea Author: Wido den Hollander <[email protected]> Authored: Wed Apr 1 15:16:15 2015 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Wed Apr 1 23:03:51 2015 +0200 ---------------------------------------------------------------------- .../_static/images/provider_logos/pcextreme.png | Bin 0 -> 4938 bytes docs/compute/drivers/auroracompute.rst | 26 +++++++++++++++++++ 2 files changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/12c76a1c/docs/_static/images/provider_logos/pcextreme.png ---------------------------------------------------------------------- diff --git a/docs/_static/images/provider_logos/pcextreme.png b/docs/_static/images/provider_logos/pcextreme.png new file mode 100644 index 0000000..c0d2f51 Binary files /dev/null and b/docs/_static/images/provider_logos/pcextreme.png differ http://git-wip-us.apache.org/repos/asf/libcloud/blob/12c76a1c/docs/compute/drivers/auroracompute.rst ---------------------------------------------------------------------- diff --git a/docs/compute/drivers/auroracompute.rst b/docs/compute/drivers/auroracompute.rst new file mode 100644 index 0000000..981c30b --- /dev/null +++ b/docs/compute/drivers/auroracompute.rst @@ -0,0 +1,26 @@ +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. + +.. figure:: /_static/images/provider_logos/pcextreme.png + :align: center + :width: 300 + :target: https://www.pcextreme.nl/aurora + +The AuroraCompute driver is based on the CloudStack driver. Please refer to +:doc:`CloudStack Compute Driver Documentation <cloudstack>` page for more +information. + + +API Docs +-------- + +.. autoclass:: libcloud.compute.drivers.exoscale.AuroraComputeNodeDriver + :members: + :inherited-members: + +.. _`PCextreme B.V.`: https://www.pcextreme.nl/
