[2/2] libcloud git commit: Add changes for #1264

2018-11-29 Thread vdloo
Add changes for #1264 Closes #1264 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/cd2faa7f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/cd2faa7f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/

[GitHub] libcloud pull request #1264: tests: use assertIsNone()

2018-11-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/1264 ---

[1/2] libcloud git commit: tests: use assertIsNone

2018-11-29 Thread vdloo
Repository: libcloud Updated Branches: refs/heads/trunk 2821117f1 -> cd2faa7f9 tests: use assertIsNone Python 2.7 introduced assertIsNone(). Change all our "assertEqual(value, None)" statements to "assertIsNone(value)". Signed-off-by: Rick van de Loo Project: http://git-wip-us.apache.org/r

[GitHub] libcloud pull request #1264: tests: use assertIsNone()

2018-11-29 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/1264 tests: use assertIsNone() ### Description Python 2.7 introduced `assertIsNone()`. Change all our `assertEqual(value, None)` statements to `assertIsNone(value)`. ### Status

[GitHub] libcloud pull request #1263: Pagination in various OpenStack_2_NodeDriver me...

2018-11-29 Thread vdloo
GitHub user vdloo opened a pull request: https://github.com/apache/libcloud/pull/1263 Pagination in various OpenStack_2_NodeDriver methods The default max_limits for OpenStack is 1000. If you have more than 1000 resources (i.e. snapshots) then everything but the newest 1000 will

[GitHub] libcloud pull request #1262: fix comment ProviderError dereived -> derived

2018-11-29 Thread vdloo
GitHub user vdloo opened a pull request: https://github.com/apache/libcloud/pull/1262 fix comment ProviderError dereived -> derived You can merge this pull request into a Git repository by running: $ git pull https://github.com/vdloo/libcloud dereived-derived-provider-error A