Comment 3 for bug 1265190

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

Reviewed: https://review.openstack.org/64555
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=6157dd57e732b12455cb64f85894037f2672d6d6
Submitter: Jenkins
Branch: master

commit 6157dd57e732b12455cb64f85894037f2672d6d6
Author: Florent Flament <email address hidden>
Date: Tue Dec 31 16:23:43 2013 +0100

    Fix auth_token middleware test invalid cross-device link issue

    Fixes path of temporary files, containing token revocation lists,
    which weren't in the appropriate directory. File renaming now works
    properly since source and destination files are in the same directory,
    and therefore on the same partition.

    Added to .gitignore temporary files generated during tests, that are
    not being removed at the end of test.

    Change-Id: I21ff81419313f4205ebe552556e27b86135fd096
    Closes-Bug: #1265190