[
https://issues.apache.org/jira/browse/LIBCLOUD-892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850201#comment-15850201
]
ASF GitHub Bot commented on LIBCLOUD-892:
-----------------------------------------
GitHub user Mac21 opened a pull request:
https://github.com/apache/libcloud/pull/981
[LIBCLOUD-892] Improve GCE Compute driver docstrings.
## Changes Title (replace this with a logical title for your changes)
### Description
Replace this with the PR description (mention the changes you have made, why
you have made them, provide some background and any references to the
provider
documentation if needed, etc.).
For more information on contributing, please see
[Contributing](http://libcloud.readthedocs.org/en/latest/development.html#contributing)
section of our documentation.
### Status
Replace this: describe the PR status. Examples:
- work in progress
- 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/Mac21/libcloud gce_compute_driver_docfix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/981.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 #981
----
commit 227912204585bd74bd5a8affa9ebbeb41b033086
Author: toller <[email protected]>
Date: 2017-02-02T17:16:21Z
[LIBCLOUD-892] Improve GCE Compute driver docstrings.
----
> Improve GCE compute driver documentation.
> -----------------------------------------
>
> Key: LIBCLOUD-892
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-892
> Project: Libcloud
> Issue Type: Improvement
> Components: Compute
> Reporter: Russell Tolle
> Priority: Trivial
> Labels: documentation, easyfix, newbie
> Original Estimate: 0.5h
> Remaining Estimate: 0.5h
>
> Copied and pasted docstrings that weren't updated for the parameter/keyword
> they represent.
> The list of affected functions:
> http://libcloud.readthedocs.io/en/stable/apidocs/libcloud.compute.drivers.html#libcloud.compute.drivers.gce.GCENodeDriver.ex_copy_image
> http://libcloud.readthedocs.io/en/stable/apidocs/libcloud.compute.drivers.html#libcloud.compute.drivers.gce.GCENodeDriver.ex_create_image
> http://libcloud.readthedocs.io/en/stable/apidocs/libcloud.compute.drivers.html#libcloud.compute.drivers.gce.GCENodeDriver.ex_delete_access_config
> http://libcloud.readthedocs.io/en/stable/apidocs/libcloud.compute.drivers.html#libcloud.compute.drivers.gce.GCENodeDriver.ex_get_image
> http://libcloud.readthedocs.io/en/stable/apidocs/libcloud.compute.drivers.html#libcloud.compute.drivers.gce.GCENodeDriver.ex_get_license
> http://libcloud.readthedocs.io/en/stable/apidocs/libcloud.compute.drivers.html#libcloud.compute.drivers.gce.GCENodeDriver.ex_get_subnetwork
> http://libcloud.readthedocs.io/en/stable/apidocs/libcloud.compute.drivers.html#libcloud.compute.drivers.gce.GCENodeDriver.ex_get_subnetwork
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)