Repository: libcloud Updated Branches: refs/heads/trunk 793e85440 -> 4f5a7e5f9
Added OpenStack_1_1_NodeDriver to the 'API Docs' section Closes #288 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/4f5a7e5f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4f5a7e5f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4f5a7e5f Branch: refs/heads/trunk Commit: 4f5a7e5f91ed7202799da0a2d78b36a03dfda61e Parents: 793e854 Author: Torsten Schlabach <[email protected]> Authored: Fri May 2 14:14:29 2014 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Fri May 2 17:43:44 2014 +0200 ---------------------------------------------------------------------- docs/compute/drivers/openstack.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/4f5a7e5f/docs/compute/drivers/openstack.rst ---------------------------------------------------------------------- diff --git a/docs/compute/drivers/openstack.rst b/docs/compute/drivers/openstack.rst index cd8fc91..0d46fb7 100644 --- a/docs/compute/drivers/openstack.rst +++ b/docs/compute/drivers/openstack.rst @@ -188,6 +188,21 @@ service are two different services which listen on different ports. API Docs -------- +Please note that there are two API versions of the OpenStack Compute API, which +are supported by two different subclasses of the OpenStackNodeDriver. The +default is the 1.1 API. The 1.0 API is supported to be able to connect to +OpenStack instances which do not yet support the version 1.1 API. + +Compute 1.1 API version (current) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. autoclass:: libcloud.compute.drivers.openstack.OpenStack_1_1_NodeDriver + :members: + :inherited-members: + +Compute 1.0 API version (old installations) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + .. autoclass:: libcloud.compute.drivers.openstack.OpenStack_1_0_NodeDriver :members: :inherited-members:
