docs: Update version compatibility notes.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0e734101 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0e734101 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0e734101 Branch: refs/heads/trunk Commit: 0e73410195f517a1902ee0cb63052097c9005a74 Parents: 25fa11f Author: Tomaz Muraus <[email protected]> Authored: Mon Oct 21 20:23:08 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Mon Oct 21 20:23:08 2013 +0200 ---------------------------------------------------------------------- docs/compute/examples.rst | 2 +- docs/compute/pricing.rst | 4 ++-- docs/dns/examples.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/0e734101/docs/compute/examples.rst ---------------------------------------------------------------------- diff --git a/docs/compute/examples.rst b/docs/compute/examples.rst index 0892d6d..4be14e4 100644 --- a/docs/compute/examples.rst +++ b/docs/compute/examples.rst @@ -112,7 +112,7 @@ Create a node on a CloudStack provider using a provided key pair and security gr This example assumes the provided key pair already exists. If the key pair doesn't exist yet, you can create it using the provider's own UI, or :func:`ex_create_keypair` driver method. - This functionality is currently only available in trunk. + This functionality is only available in Libcloud 0.14.0 and above. This example demonstrates how to create a node using an existing key pair. Created node also gets added to the provided security groups. http://git-wip-us.apache.org/repos/asf/libcloud/blob/0e734101/docs/compute/pricing.rst ---------------------------------------------------------------------- diff --git a/docs/compute/pricing.rst b/docs/compute/pricing.rst index 61355e2..b0620d4 100644 --- a/docs/compute/pricing.rst +++ b/docs/compute/pricing.rst @@ -42,7 +42,7 @@ Using a custom pricing file .. note:: - This functionality is only available in Libcloud trunk and higher. + This functionality is only available in Libcloud 0.14.0 and above. By default Libcloud reads pricing data from ``data/pricing.json`` file which is included in the release package. If you want to use a custom pricing file, @@ -56,7 +56,7 @@ Updating pricing .. note:: - This functionality is only available in Libcloud trunk and higher. + This functionality is only available in Libcloud 0.14.0 and above. Currently only way to update pricing is programmatically using :func:`libcloud.pricing.download_pricing_file` function. By default this http://git-wip-us.apache.org/repos/asf/libcloud/blob/0e734101/docs/dns/examples.rst ---------------------------------------------------------------------- diff --git a/docs/dns/examples.rst b/docs/dns/examples.rst index cf0593b..f3047cc 100644 --- a/docs/dns/examples.rst +++ b/docs/dns/examples.rst @@ -34,7 +34,7 @@ Export Libcloud Zone to BIND zone format .. note:: - This functionality is only available in trunk. + This functionality is only available in Libcloud 0.14.0 and above. This example shows how to export Libcloud Zone to bind format.
