GitHub user mjjohnson1 opened a pull request:
https://github.com/apache/libcloud/pull/1163
[LIBCLOUD-963] Adds support for GCE accelerators in the GCE driver.
## [LIBCLOUD-963] Add option to attach GPU when creating instances in GCE
### Description
Adding GCE accelerator request to the create_node function. I am from
Google on the cloud accelerators team and we are working on some projects to
want to deploy VMs using libcloud with accelerators attached.
### Status
- 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)
- [ ] Documentation
- [X] [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/mjjohnson1/libcloud add_gpus
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1163.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 #1163
----
commit 21bf39a8c43d4c8f034096a2597717fa32d35b8c
Author: Michael Johnson <mjjohnson@...>
Date: 2018-01-09T21:51:05Z
[LIBCLOUD-963] Adds support for GCE accelerators in the GCE driver.
----
---