Repository: libcloud Updated Branches: refs/heads/trunk 6338874e1 -> a0f9ef263
docs: Add links to other resources. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0da0cb9e Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0da0cb9e Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0da0cb9e Branch: refs/heads/trunk Commit: 0da0cb9e2b4aa44dec7e6b1f1365df3dc811b659 Parents: 6338874 Author: Tomaz Muraus <[email protected]> Authored: Mon Feb 17 14:54:51 2014 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Mon Feb 17 14:54:51 2014 +0100 ---------------------------------------------------------------------- docs/compute/drivers/cloudsigma.rst | 6 ++++++ docs/compute/drivers/exoscale.rst | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/0da0cb9e/docs/compute/drivers/cloudsigma.rst ---------------------------------------------------------------------- diff --git a/docs/compute/drivers/cloudsigma.rst b/docs/compute/drivers/cloudsigma.rst index 5318dda..95d0864 100644 --- a/docs/compute/drivers/cloudsigma.rst +++ b/docs/compute/drivers/cloudsigma.rst @@ -324,6 +324,11 @@ dictionary with two keys - ``balance`` and ``currency``. .. literalinclude:: /examples/compute/cloudsigma/get_account_balance.py :language: python +Other Resources +--------------- + +* `CloudSigma API V2.0 is now supported in Libcloud`_ - CloudSigma Blog + API Docs -------- @@ -349,3 +354,4 @@ API Docs .. _`API v1.0`: https://www.cloudsigma.com/legacy/cloudsigma-api-1-0/ .. _`API v2.0`: https://zrh.cloudsigma.com/docs/ .. _`VNC`: http://en.wikipedia.org/wiki/Virtual_Network_Computing +.. _`CloudSigma API V2.0 is now supported in Libcloud`: https://www.cloudsigma.com/2014/02/11/cloudsigma-api-v2-0-is-now-supported-in-libcloud/ http://git-wip-us.apache.org/repos/asf/libcloud/blob/0da0cb9e/docs/compute/drivers/exoscale.rst ---------------------------------------------------------------------- diff --git a/docs/compute/drivers/exoscale.rst b/docs/compute/drivers/exoscale.rst index 955f2d3..c22e986 100644 --- a/docs/compute/drivers/exoscale.rst +++ b/docs/compute/drivers/exoscale.rst @@ -13,6 +13,11 @@ 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. +Other Resources +--------------- + +* `Libcloud 0.14 and Exoscale`_ - Exoscale blog + API Docs -------- @@ -20,5 +25,5 @@ API Docs :members: :inherited-members: - .. _`Exoscale`: https://www.exoscale.ch +.. _`Libcloud 0.14 and Exoscale`: https://www.exoscale.ch/syslog/2014/01/27/licloud-guest-post/
