Comment 11 for bug 1451943

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

Reviewed: https://review.openstack.org/260947
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=e3db0a8956d7a602aea8097f15c1bf05a185622b
Submitter: Jenkins
Branch: stable/liberty

commit e3db0a8956d7a602aea8097f15c1bf05a185622b
Author: lin-hua-cheng <email address hidden>
Date: Wed Nov 11 19:40:43 2015 -0800

    Remove usage of user project caching

    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.

    Change-Id: I793fbee44eb5f9befc316efe6716971b0e32172b
    Partial-Bug: #1451943
    (cherry picked from commit 6f83d38da2b2eed5ac5c8854c05f6e6b029fc215)