GitHub user VojtechBartos opened a pull request:
https://github.com/apache/libcloud/pull/1196
Added ability to define OS disk size for Azure ARM compute during creating node
## Added ability to define OS disk size for Azure ARM compute during creating node
### Description
Current Azure ARM compute doesn't allow to specify OS disk size, so just added another
`ex_` argument to `create_node` method.
### Status
- done, ready for review
### Checklist (tick everything that applies)
- [ ] [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/VojtechBartos/libcloud enhancement/compute-azure-arm-disksize
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1196.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 #1196
----
commit 46a461907c9067b1724ac1fc81b816068c717b68
Author: Vojta BartosĖ <hi@...>
Date: 2018-04-05T13:42:34Z
Added ability to define OS disk size for Azure ARM compute
----
---
|