GitHub user watermelo opened a pull request: https://github.com/apache/libcloud/pull/944
Fixed the creation of nodes can not specify bandwidth bug. ## Fixed the creation of nodes can not specify bandwidth bug. ### Description Replace this with the PR description (mention the changes you have made, why you have made them, provide some background and any references to the provider documentation if needed, etc.). For more information on contributing, please see [Contributing](http://libcloud.readthedocs.org/en/latest/development.html#contributing) section of our documentation. ### Status - work in progress - 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/944.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 #944 ---- commit 837f3c83b0360564a640c3b772c6f17b6fd1d858 Author: hequn <he...@hihuron.com> 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 <he...@hihuron.com> Date: 2016-11-14T01:53:01Z add unit test commit c591b6e2a7f37530ab525d410ebbbbefb3848c56 Author: hequn <he...@hihuron.com> Date: 2016-11-14T02:49:48Z Implement the method for creating public ip commit 403825df03cd22995e2c28851c1cfd46595298b1 Author: hequn <he...@hihuron.com> Date: 2016-11-15T01:56:53Z Merge branch 'trunk' of https://github.com/watermelo/libcloud into trunk commit 60bae834f2ba5cbce6a6eb2c834b8ac56db96c89 Author: hequn <he...@hihuron.com> Date: 2016-11-15T02:29:03Z Fixed the creation of nodes bug. 1, Fixed the creation of nodes can not specify bandwidth bug. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---