GitHub user mlackman opened a pull request:
https://github.com/apache/libcloud/pull/1123
[LIBCLOUD-951] Add possibility to define hostname to UpCloud driver
## UpCloud driver to support defining hostname
### Description
Added ex_hostname to UpcloudDriver create_node method to define the
hostname.
### 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-951_Add_possibility_to_define_hostname_to_UpCloud_driver
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1123.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 #1123
----
commit ba34061871224ac210a1fcaa2d2d63b7ab74965e
Author: Mika Lackman <[email protected]>
Date: 2017-10-05T16:34:30Z
upcloud driver to take ex_hostname parameter for defining hostname
----
---