Comment 2 for bug 1434465

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to swift (master)

Reviewed: https://review.openstack.org/166129
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=9ae0a0702c4a32407b1d00e93bd1be01e2ec26bc
Submitter: Jenkins
Branch: master

commit 9ae0a0702c4a32407b1d00e93bd1be01e2ec26bc
Author: Kota Tsuyuzaki <email address hidden>
Date: Fri Mar 20 00:59:15 2015 -0700

    Fix a lack of method arguments at tempauth

    This fixes a kind of trivial issue with TypeError caused by a lack
    of method argument at calling.

    When using 'Authorization' header with tempauth, tempauth calls
    _get_user_groups with 3 arguments (includes self) on current code
    but the method requires 4 arguments so it will go to fail with 500.

    This patch fixes to take correct arguments and adds an unit test
    for the case.

    Closes-Bug:1434465

    Change-Id: Ibf00c41fa8e5cfdaf49bc4d571e575d7f229ebfe