Updated Branches: refs/heads/trunk 4e0bc947d -> 906064007
docs: Add note about API availability. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3f0e6999 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3f0e6999 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3f0e6999 Branch: refs/heads/trunk Commit: 3f0e6999dc65eae7a8782040a2cacf07feb25604 Parents: 4e0bc94 Author: Tomaz Muraus <[email protected]> Authored: Wed Aug 7 19:06:20 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Wed Aug 7 19:06:20 2013 +0200 ---------------------------------------------------------------------- docs/dns/index.rst | 4 ++++ docs/loadbalancer/index.rst | 4 ++++ docs/storage/index.rst | 4 ++++ 3 files changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/3f0e6999/docs/dns/index.rst ---------------------------------------------------------------------- diff --git a/docs/dns/index.rst b/docs/dns/index.rst index 3bc2b94..0100e42 100644 --- a/docs/dns/index.rst +++ b/docs/dns/index.rst @@ -1,6 +1,10 @@ DNS === +.. note:: + + DNS API is available in Libcloud 0.6.0 and higher. + DNS API allows you to manage DNS as A Service and services such as Zerigo DNS, Rackspace Cloud DNS and others. http://git-wip-us.apache.org/repos/asf/libcloud/blob/3f0e6999/docs/loadbalancer/index.rst ---------------------------------------------------------------------- diff --git a/docs/loadbalancer/index.rst b/docs/loadbalancer/index.rst index 7040078..ecce4b9 100644 --- a/docs/loadbalancer/index.rst +++ b/docs/loadbalancer/index.rst @@ -1,6 +1,10 @@ Load Balancers ============== +.. note:: + + Load Balancer API is available in Libcloud 0.5.0 and higher. + Load Balancer API allows you to manage Load Balancers as a service and services such as Rackspace Cloud Load Balancers, GoGrid Load Balancers and Ninefold Load Balancers. http://git-wip-us.apache.org/repos/asf/libcloud/blob/3f0e6999/docs/storage/index.rst ---------------------------------------------------------------------- diff --git a/docs/storage/index.rst b/docs/storage/index.rst index be7d8b4..9f93df5 100644 --- a/docs/storage/index.rst +++ b/docs/storage/index.rst @@ -1,6 +1,10 @@ Object Storage ============== +.. note:: + + Object Storage API is available in Libcloud 0.5.0 and higher. + Storage API allows you to manage cloud object storage (not to be confused with cloud block storage) and services such as Amazon S3, Rackspace CloudFiles, Google Storage and others.
