Comment 4 for bug 1451943

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

Reviewed: https://review.openstack.org/235609
Committed: https://git.openstack.org/cgit/openstack/django_openstack_auth/commit/?id=91dec7239da7eb7c6dad385b42aa8aa5a7efa422
Submitter: Jenkins
Branch: master

commit 91dec7239da7eb7c6dad385b42aa8aa5a7efa422
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.

    Depends-On: I793fbee44eb5f9befc316efe6716971b0e32172b
    Change-Id: If878d77533ea5fac86fbb73127f26908f1097091
    Closes-Bug: #1451943