Repository: libcloud Updated Branches: refs/heads/trunk 7e9c607e1 -> c20f5fe31
Update upgrade nodes. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/37576f3d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/37576f3d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/37576f3d Branch: refs/heads/trunk Commit: 37576f3d76843e1da79b608af2e53ee27619446b Parents: 7e9c607 Author: Tomaz Muraus <[email protected]> Authored: Sat Sep 6 16:09:34 2014 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sat Sep 6 16:09:34 2014 +0200 ---------------------------------------------------------------------- docs/upgrade_notes.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/37576f3d/docs/upgrade_notes.rst ---------------------------------------------------------------------- diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst index ef54b38..656e3e1 100644 --- a/docs/upgrade_notes.rst +++ b/docs/upgrade_notes.rst @@ -16,7 +16,6 @@ Changes in the OpenStack authentication and service catalog classes touched the classes mentioned bellow, then you aren't affected and those changes are fully backward compatible. - To make OpenStack authentication and identity related classes more extensible, easier to main and easier to use, those classes have been refactored. All of the changes are described bellow. @@ -41,6 +40,9 @@ the changes are described bellow. the ``OpenStackServiceCatalog`` class have been modified to always return the result in the same order (result values are sorted beforehand). +For more information and examples, please refer to the +`Libcloud now supports OpenStack Identity (Keystone) API v3`_ blog post. + Libcloud 0.14.1 --------------- @@ -808,3 +810,5 @@ For example: driver = Cls('key', 'secret', api_version='1.4') For a full list of changes, please see the `CHANGES file <https://svn.apache.org/viewvc/libcloud/trunk/CHANGES?revision=1198753&view=markup>`__. + +.. _`Libcloud now supports OpenStack Identity (Keystone) API v3`: http://www.tomaz.me/2014/08/23/libcloud-now-supports-openstack-identity-keystone-api-v3.html
