Comment 12 for bug 1451943

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to django_openstack_auth (stable/kilo)

Reviewed: https://review.openstack.org/260949
Committed: https://git.openstack.org/cgit/openstack/django_openstack_auth/commit/?id=bf88c1789619fb90cca880c60c48e3fe10811555
Submitter: Jenkins
Branch: stable/kilo

commit bf88c1789619fb90cca880c60c48e3fe10811555
Author: lin-hua-cheng <email address hidden>
Date: Thu Oct 15 16:09:05 2015 -0700

    Revert - Cache the User's Project by Token ID

    The caching is done only per process, so the cleanup during logout
    does not really work since the during could be handled by another
    process. So the cache will just keep on growing.

    This reverts commit bd9fd598e6c2ff11f8c31098cd25c7a42a97d761.

    Change-Id: If878d77533ea5fac86fbb73127f26908f1097091
    Closes-Bug: #1451943
    (cherry picked from commit 91dec7239da7eb7c6dad385b42aa8aa5a7efa422)