Comment 8 for bug 1526572

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

Reviewed: https://review.openstack.org/262779
Committed: https://git.openstack.org/cgit/openstack/django_openstack_auth/commit/?id=3295b154f3ca294252e10608a18fe5679ca81491
Submitter: Jenkins
Branch: stable/liberty

commit 3295b154f3ca294252e10608a18fe5679ca81491
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
    (cherry picked from commit e7814b2b8eb7e835a076d2b59ec106ce3bf3bd71)