GitHub user mlackman opened a pull request:
https://github.com/apache/libcloud/pull/1152
[LIBCLOUD-969] Add pricing information to UpCloud's driver list_sizes
## Changes Title (replace this with a logical title for your changes)
### Description
UpCloud's driver were missing the pricing information from list_sizes
return values. Added the information to NodeSize.extra data, because pricing
zone specific.
### 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)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/UpCloudLtd/libcloud
LIBCLOUD-969_Add_pricing_information_to_Upcloud_driver_list_sizes_method
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1152.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 #1152
----
commit 39c2721ef04e1a9eab0161e744df263d4d09770a
Author: Mika Lackman <[email protected]>
Date: 2017-12-11T09:04:16Z
[LIBCLOUD-969] Add pricing information to UpCloud's driver list_sizes
----
---