GitHub user ktdreyer opened a pull request:
https://github.com/apache/libcloud/pull/1219
openstack: document openstack_connection_kwargs
## openstack: document openstack_connection_kwargs
### Description
`OpenStackDriverMixin` has a `openstack_connection_kwargs()` method.
Document what it does.
### Status
done, ready for review
### Checklist (tick everything that applies)
- [ ] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [ ] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ]
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
(required for bigger changes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ktdreyer/libcloud
doc-openstack-connection-kwargs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1219.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1219
----
commit 90378f3e3a0bf0ba8e85374c55fd0954a7f3005f
Author: Ken Dreyer <ktdreyer@...>
Date: 2018-06-26T21:00:04Z
openstack: document openstack_connection_kwargs
OpenStackDriverMixin has a openstack_connection_kwargs() method.
Document what it does.
----
---