Comment 2 for bug 1327430

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

Reviewed: https://review.openstack.org/98534
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=6663e1360d6fb5a3fe90d0bcfe5c128dac16ffd2
Submitter: Jenkins
Branch: master

commit 6663e1360d6fb5a3fe90d0bcfe5c128dac16ffd2
Author: Steve Martinelli <email address hidden>
Date: Fri Jun 6 17:41:26 2014 -0400

    Make get_oauth_params conditional for specific oauthlib versions

    With recent change to oauthlib 0.6.2, the get_oauth_params method
    now takes an extra argument. This patch will change the behaviour
    of test method _validate_oauth_headers, which will call
    get_oauth_params with or without the extra argument, depending
    on the version of oauthlib detected.

    Change-Id: Id82c28993fa735b8c5b1a4d64ed2f55cc2eddbba
    Closes-Bug: #1327430