From 90378f3e3a0bf0ba8e85374c55fd0954a7f3005f Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 26 Jun 2018 15:00:04 -0600 Subject: [PATCH] openstack: document openstack_connection_kwargs OpenStackDriverMixin has a openstack_connection_kwargs() method. Document what it does. --- libcloud/common/openstack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libcloud/common/openstack.py b/libcloud/common/openstack.py index 954a15d3da..ffe0115ba9 100644 --- a/libcloud/common/openstack.py +++ b/libcloud/common/openstack.py @@ -434,6 +434,7 @@ def __init__(self, def openstack_connection_kwargs(self): """ + Returns certain ``ex_*`` parameters for this connection. :rtype: ``dict`` """