Comment 3 for bug 1556059

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance_store (stable/mitaka)

Reviewed: https://review.openstack.org/291682
Committed: https://git.openstack.org/cgit/openstack/glance_store/commit/?id=4600adb85aebb0402728fd7b053b0e61d0d586c2
Submitter: Jenkins
Branch: stable/mitaka

commit 4600adb85aebb0402728fd7b053b0e61d0d586c2
Author: Tom Cocozzello <email address hidden>
Date: Thu Mar 10 11:51:45 2016 -0600

    Mock swiftclient's functions in tests

    swiftclient changed their code so if the chuck size is greater than
    zero it will return a generator otherwise it will return the response.
    Which would be the object you are looking for. This causes our tests
    to fail since they are always expecting the response instead of a
    generator.

    Closes-bug: 1556059

    (cherry picked from commit 851508c2bff70d2857f7d0cdb9eb684f0288450b)
    Co-Authored-by: avarner <email address hidden>
    Change-Id: I62cc037493af87373a75e37e2d9f33b8aedf9889