You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/07/10 07:45:29 UTC

[11/11] libcloud git commit: changes for #1052

changes for #1052


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/cfe02eca
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/cfe02eca
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/cfe02eca

Branch: refs/heads/trunk
Commit: cfe02ecaf1b8ee623795a0266a81aaec4cada763
Parents: 40f711c
Author: Anthony Shaw <an...@apache.org>
Authored: Mon Jul 10 08:42:52 2017 +0100
Committer: Anthony Shaw <an...@apache.org>
Committed: Mon Jul 10 08:42:52 2017 +0100

----------------------------------------------------------------------
 CHANGES.rst | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/cfe02eca/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index e434ba8..3c1a713 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -30,6 +30,10 @@ Common
 Compute
 ~~~~~~~
 
+- [OPENSTACK] Add support for Nova 2.x and Keystone 3
+  [GITHUB-1052]
+  (Anthony Shaw)
+
 - [GCE] Add loadBalancingScheme parameter for
  ex_create_forwarding_rule method in GCE driver.
   [GITHUB-1079]