GitHub user watermelo opened a pull request:
https://github.com/apache/libcloud/pull/945
Fixed the creation of nodes can not specify bandwidth bug
## Fixed the creation of nodes can not specify bandwidth bug
### Description
When InternetChargeType is `PayByBandwidth`, we can not specify
`InternetMaxBandwidthOut`.
### 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
- [ ] [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/watermelo/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/945.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 #945
----
commit 837f3c83b0360564a640c3b772c6f17b6fd1d858
Author: hequn <[email protected]>
Date: 2016-11-10T07:06:37Z
Fix the bug that created the node at ecs driver
1, From the official document can know parameter param['IoOptimized'] type
is string and his value is ``none`` or ``optimized``
commit 04edfab3381fdbf6ad3ccca928dd69e7523bec9c
Author: hequn <[email protected]>
Date: 2016-11-14T01:53:01Z
add unit test
commit c591b6e2a7f37530ab525d410ebbbbefb3848c56
Author: hequn <[email protected]>
Date: 2016-11-14T02:49:48Z
Implement the method for creating public ip
commit 403825df03cd22995e2c28851c1cfd46595298b1
Author: hequn <[email protected]>
Date: 2016-11-15T01:56:53Z
Merge branch 'trunk' of https://github.com/watermelo/libcloud into trunk
commit 60bae834f2ba5cbce6a6eb2c834b8ac56db96c89
Author: hequn <[email protected]>
Date: 2016-11-15T02:29:03Z
Fixed the creation of nodes bug.
1, Fixed the creation of nodes can not specify bandwidth bug.
commit bbba0ee7e8e1324c074d07ebf725c4f96b018b09
Author: hequn <[email protected]>
Date: 2016-11-15T02:56:22Z
Modified forward push
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---