Comment 2 for bug 1526572

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

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

commit e7814b2b8eb7e835a076d2b59ec106ce3bf3bd71
Author: David Lyle <email address hidden>
Date: Tue Dec 15 16:55:01 2015 -0700

    Fixing backward compatibility

    The remove_project_cache method was removed because the underlying
    functionality never really worked. Unfortunately, that method was
    called directly from Horizon in the Liberty release. An empty
    signature is being added back to fix backward compatibility.

    Change-Id: I9ee475d94dee38e8a76b4aee371b962640f76f31
    Closes-Bug: #1526572