GitHub user uty opened a pull request: https://github.com/apache/libcloud/pull/1036
Add support of next EC2 API methods: ModifyVolume and DescribeVolumesModifications ## Add support of next EC2 API methods: ModifyVolume and DescribeVolumesModifications ### Description - Add support of `ModifyVolume` and `DescribeVolumesModifications` EC2 API methods. - Fix name of `ebs/volumeType` extra attribute mapping. ### 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) - [ ] 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/Scalr/libcloud for-upstream/modify_volume Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/1036.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 #1036 ---- commit 55cf64abb1656fb719e12027f6155f9b006b68e2 Author: ViktorOgnev <v.og...@scalr.com> Date: 2016-01-25T08:30:07Z add ex_encrypted and ex_kms_key_id kwargs in EC2NodeDriver.create_volume commit 4d06cfe66ec5d09d255996f775ed40af8f14d76a Author: ViktorOgnev <v.og...@scalr.com> Date: 2016-03-28T08:58:26Z make more explicit value checks, fix line length commit d648d9a617911366332a1ed128e28c9d0dfeada0 Author: ViktorOgnev <v.og...@scalr.com> Date: 2016-03-28T09:10:09Z fix docstring indent commit f2edb15adc42fd22448973d3fb6f74bb0f8c43ef Author: mermoldy <s.ba...@scalr.com> Date: 2017-01-10T20:24:18Z Merge branch 'trunk' of https://github.com/apache/libcloud into trunk commit 27fef81c90d09ac0edf0785ffb6105745af0130f Author: Hennadii Stas <uty.arrg...@gmail.com> Date: 2017-03-28T15:14:55Z Added support for EC2 Modify Volume API method; fixed volume's extra attribute name commit aecad3ca967bd36b904c11f63951fb9c89fdcc9b Author: Hennadii Stas <uty.arrg...@gmail.com> Date: 2017-03-29T13:43:28Z added ex_describe_volume_modifications() method commit e78c67e497b62fca8bad9c6a3386f211b7f79c43 Author: Hennadii Stas <uty.arrg...@gmail.com> Date: 2017-03-30T12:44:21Z FAM-791 request fixed commit 7bd3afa74e35a5bf66885d591a420eed149e5ceb Author: Hennadii Stas <uty.arrg...@gmail.com> Date: 2017-03-30T13:48:11Z FAM-791 api calls fixed commit d2cc30fef96766556f6d12768167a9b5ff143e8b Author: Hennadii Stas <uty.arrg...@gmail.com> Date: 2017-04-10T11:53:22Z FAM-791 repr added commit 265a1e55e42a716d96d298cab69143280f4de869 Author: Hennadii Stas <uty.arrg...@gmail.com> Date: 2017-04-19T13:25:46Z FAM-792 pylint fix commit 7ea29c90f02d08e40e0bbac66bd911f20fbd54fe Author: Hennadii Stas <uty.arrg...@gmail.com> Date: 2017-04-19T14:54:24Z FAM-791 tests added, volume modifications attribute types fixed commit 606b5f2c8c320fcbe45d17a9a734372d4684d175 Author: Hennadii Stas <uty.arrg...@gmail.com> Date: 2017-04-20T08:42:27Z tests updated, ex_volume_modify() response parsing fixed commit da89d297994dfda0127fb0a6cc8060b1471877e2 Author: Hennadii Stas <uty.arrg...@gmail.com> Date: 2017-04-20T09:44:46Z FAM-791 max_results and next_token removed from ex_describe_volumes_modifications() commit 2f8189068f5d23bf04595468b4b7e4d76be5da63 Author: Hennadii Stas <uty.arrg...@gmail.com> Date: 2017-04-20T10:24:46Z Merge remote-tracking branch 'upstream/trunk' into for-upstream/modify_volume ---- --- 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. ---