Comment 2 for bug 1192656

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

Reviewed: https://review.openstack.org/33685
Committed: http://github.com/openstack/python-novaclient/commit/909a53b161b8936dddb40dd25e346c2cbb8db416
Submitter: Jenkins
Branch: master

commit 909a53b161b8936dddb40dd25e346c2cbb8db416
Author: Eoghan Glynn <email address hidden>
Date: Wed Jun 19 18:27:24 2013 +0000

    Discard possibly expired token before re-authenticating

    Fixes bug 1192656

    Previously, the attempt to re-authenticate on possible token
    expiry actually re-used the expired token, which was clearly
    bound to fail in the expired case.

    Now the old authentication state is discarded before attempting
    re-authentication.

    Change-Id: I3fd125702061f7ac84eb501d2a488aab5b2385b9