Comment 8 for bug 1516468

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to keystone (master)

Reviewed: https://review.openstack.org/258785
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=76436415d7085e8d32ee9030a14070ac4c5ccf0c
Submitter: Jenkins
Branch: master

commit 76436415d7085e8d32ee9030a14070ac4c5ccf0c
Author: Dave Chen <email address hidden>
Date: Thu Dec 17 11:37:27 2015 +0800

    Add testcases to check cache invalidation

    keystone now has the ability to cache catalog, and will invalidate
    the cache when there is any change about the catalog, i.e. add endpoint
    group to project, but the testcase was missed.

    Since the bug #1516469 has been fixed, any change about endpoint_group
    project association should invalidate the catalog cache as well.

    The patch provide the testcases to test that cache has been invalidated if
    there is any change about endpoint_group project association

    Change-Id: I80c87ef834da9dde2e6ad1cc2b749822fda1fa79
    Related-Bug: #1516468