Updated Branches: refs/heads/trunk ce4ee9558 -> ae3fe9850
docs: Stub out Exoscale and Ikoula driver docs. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/2cf29ef6 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/2cf29ef6 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/2cf29ef6 Branch: refs/heads/trunk Commit: 2cf29ef6316fba46d64a888c4603fbd7887ebd94 Parents: ce4ee95 Author: Tomaz Muraus <[email protected]> Authored: Fri Dec 13 17:43:09 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Fri Dec 13 17:43:09 2013 +0100 ---------------------------------------------------------------------- docs/compute/drivers/cloudstack.rst | 9 ++++----- docs/compute/drivers/exoscale.rst | 19 +++++++++++++++++++ docs/compute/drivers/ikoula.rst | 19 +++++++++++++++++++ 3 files changed, 42 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/2cf29ef6/docs/compute/drivers/cloudstack.rst ---------------------------------------------------------------------- diff --git a/docs/compute/drivers/cloudstack.rst b/docs/compute/drivers/cloudstack.rst index 4797b40..b684894 100644 --- a/docs/compute/drivers/cloudstack.rst +++ b/docs/compute/drivers/cloudstack.rst @@ -1,5 +1,5 @@ -CloudStack Driver Documentation -=============================== +CloudStack Compute Driver Documentation +======================================= `CloudStack`_ is an Apache Software Foundation open source software designed to deploy and manage large networks of virtual machines, as a highly available, @@ -179,7 +179,6 @@ To access the node via ssh you need you can create a port forwarding rule like s .. literalinclude:: /examples/compute/cloudstack/port_forwarding_management.py :language: python - API Docs -------- @@ -189,5 +188,5 @@ API Docs .. _`CloudStack`: http://cloudstack.apache.org .. _`API`: http://cloudstack.apache.org/docs/api/ -.. _`exoscale`: http://exoscale.ch -.. _`ikoula`: http://ikoula.com +.. _`exoscale`: https://www.exoscale.ch/ +.. _`ikoula`: http://www.ikoula.com/ http://git-wip-us.apache.org/repos/asf/libcloud/blob/2cf29ef6/docs/compute/drivers/exoscale.rst ---------------------------------------------------------------------- diff --git a/docs/compute/drivers/exoscale.rst b/docs/compute/drivers/exoscale.rst new file mode 100644 index 0000000..4015b4f --- /dev/null +++ b/docs/compute/drivers/exoscale.rst @@ -0,0 +1,19 @@ +Exoscale Computer Driver Documentation +====================================== + +`Exoscale`_ is a public cloud provider based in Switzerland with data centers +in Geneva, Switzerland. + +Exoscale driver is based on the CloudStack one and uses basic zones. For more +information and CloudStack specific documentation, please refer to +:doc:`CloudStack Compute Driver Documentation <cloudstack>` page. + +API Docs +-------- + +.. autoclass:: libcloud.compute.drivers.exoscale.ExoscaleNodeDriver + :members: + :inherited-members: + + +.. _`Exoscale`: https://www.exoscale.ch http://git-wip-us.apache.org/repos/asf/libcloud/blob/2cf29ef6/docs/compute/drivers/ikoula.rst ---------------------------------------------------------------------- diff --git a/docs/compute/drivers/ikoula.rst b/docs/compute/drivers/ikoula.rst new file mode 100644 index 0000000..6a393dd --- /dev/null +++ b/docs/compute/drivers/ikoula.rst @@ -0,0 +1,19 @@ +Ikoula Computer Driver Documentation +==================================== + +`Ikoula`_ is a web hosting and private and `public cloud`_ provider based in +France with data centers in France. + +Ikoula driver is based on the CloudStack one and uses advances zones. For +more information and CloudStack specific documentation, please refer to +:doc:`CloudStack Compute Driver Documentation <cloudstack>` page. + +API Docs +-------- + +.. autoclass:: libcloud.compute.drivers.ikoula.IkoulaNodeDriver + :members: + :inherited-members: + +.. _`Ikoula`: http://www.ikoula.com/ +.. _`public cloud`: http://express.ikoula.co.uk/public-cloud
