Comment 12 for bug 1240382

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

Reviewed: https://review.openstack.org/64427
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=bed88a2e724f5f23a1c839b7872b1bc56f059df5
Submitter: Jenkins
Branch: master

commit bed88a2e724f5f23a1c839b7872b1bc56f059df5
Author: Matthieu Huin <email address hidden>
Date: Mon Dec 2 10:43:10 2013 +0100

    Replacing python-oauth2 by oauthlib

    This patch replaces the old, unmaintained python-oauth2 library
    by the better suited oauthlib in keystone oAuth modules.

    The library switch comes with two notable changes in terms of use:

    * the client must set the callback uri to 'oob' (out-of-band)
      explicitly when requesting a Request Token
    * the requested_project_id header is not included in the signature
      anymore, in compliance with the oAuth1 spec.

    Closes-Bug: 1240382
    Change-Id: Ie553830cc80075aa818e719604e6bc4c754d2ae3