GitHub user erjohnso opened a pull request:
https://github.com/apache/libcloud/pull/1138
[google compute] image labels
## Allow labels on GCE images
### Description
Add capability to set and clear labels on GCE images.
### Status
Replace this: describe the PR status. Examples:
- done, ready for review
### Checklist (tick everything that applies)
- [x] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [x] Documentation
- [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [x]
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
(required for bigger changes)
/cc @katrielt
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/erjohnso/libcloud image-labels
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1138.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 #1138
----
commit 53dbe53e043b430c513d446559ddfe7fe900324e
Author: Eric Johnson <[email protected]>
Date: 2017-10-26T17:05:44Z
[google compute] image labels
----
---