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 user asfgit closed the pull request at:
https://github.com/apache/libcloud/pull/1264
---
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 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 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 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