GitHub user mlackman opened a pull request:
https://github.com/apache/libcloud/pull/1119
Add missing upcloud driver to providers
## Add upcloud driver to compute/providers.py
### Description
Upcloud driver were missing from compute/providers.py. Added the driver.
### 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)
- [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)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/UpCloudLtd/libcloud
LIBCLOUD-948_UpCloud_Add_missing_UpCloud_provider_to_compute/providers
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1119.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 #1119
----
commit 8fd576b3ff21467f6886e8205a8456194af83921
Author: Mika Lackman <[email protected]>
Date: 2017-10-03T12:16:58Z
Add missing upcloud driver to providers
----
---