You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by vd...@apache.org on 2018/06/28 16:38:49 UTC

[1/2] libcloud git commit: openstack: document openstack_connection_kwargs

Repository: libcloud
Updated Branches:
  refs/heads/trunk bc097ffe5 -> 60c574134


openstack: document openstack_connection_kwargs

OpenStackDriverMixin has a openstack_connection_kwargs() method.
Document what it does.


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

Branch: refs/heads/trunk
Commit: 90378f3e3a0bf0ba8e85374c55fd0954a7f3005f
Parents: bc097ff
Author: Ken Dreyer <kt...@ktdreyer.com>
Authored: Tue Jun 26 15:00:04 2018 -0600
Committer: Ken Dreyer <kt...@ktdreyer.com>
Committed: Tue Jun 26 15:01:13 2018 -0600

----------------------------------------------------------------------
 libcloud/common/openstack.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/90378f3e/libcloud/common/openstack.py
----------------------------------------------------------------------
diff --git a/libcloud/common/openstack.py b/libcloud/common/openstack.py
index 954a15d..ffe0115 100644
--- a/libcloud/common/openstack.py
+++ b/libcloud/common/openstack.py
@@ -434,6 +434,7 @@ class OpenStackDriverMixin(object):
 
     def openstack_connection_kwargs(self):
         """
+        Returns certain ``ex_*`` parameters for this connection.
 
         :rtype: ``dict``
         """


[2/2] libcloud git commit: Add changes for #1219

Posted by vd...@apache.org.
Add changes for #1219

Closes #1219


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

Branch: refs/heads/trunk
Commit: 60c574134ad1b5f28a5bf3dc62e0865c33cacf25
Parents: 90378f3
Author: Rick van de Loo <ri...@gmail.com>
Authored: Thu Jun 28 18:36:15 2018 +0200
Committer: Rick van de Loo <ri...@gmail.com>
Committed: Thu Jun 28 18:36:15 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/60c57413/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index a92348b..c9e4781 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -120,6 +120,9 @@ Common
   (LIBCLOUD-965, GITHUB-1145)
   [Miguel Caballer]
 
+- Document openstack_connection_kwargs method (GITHUB-1219)
+  [Ken Dreyer]
+
 Compute
 ~~~~~~~