This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.
from cf54d5f Add info about the new release to the doap file.
new 6da1d6b Fix OpenStack image v2 pagination handling
new 7b8111e Merge branch 'fix-openstack-imagev2-pagination' of
https://github.com/toabctl/libcloud into
toabctl-fix-openstack-imagev2-pagination
new 7c503a3 Add new "_paginated_request_next" method and update
list_images() method to utilize it.
new 4d99c5b Add a test case which verifies that the infinite loop
protection in "_paginated_request_next" works correctly if the "next" attribute
matches current url.
new d195ecd Make code easier to read by moving a conditional in a
separatem top-level if statement.
new 8457c1e Merge pull request #1467 from
toabctl/fix-openstack-imagev2-pagination
The 7413 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
libcloud/compute/drivers/openstack.py | 61 ++++++++++++++++++++--
.../fixtures/openstack_v1.1/_images_v2.json | 2 +-
...images_v2.json => _images_v2_invalid_next.json} | 2 +-
.../fixtures/openstack_v1.1/_images_v2_page2.json | 50 ++++++++++++++++++
libcloud/test/compute/test_openstack.py | 33 +++++++++++-
5 files changed, 141 insertions(+), 7 deletions(-)
copy libcloud/test/compute/fixtures/openstack_v1.1/{_images_v2.json =>
_images_v2_invalid_next.json} (95%)
create mode 100644
libcloud/test/compute/fixtures/openstack_v1.1/_images_v2_page2.json