Comment 19 for bug 1793389

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_keystone (stable/ocata)

Reviewed: https://review.openstack.org/613325
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_keystone/commit/?id=b8798d89f8b5537c58a7d3636c47b3513f06bc64
Submitter: Zuul
Branch: stable/ocata

commit b8798d89f8b5537c58a7d3636c47b3513f06bc64
Author: rexredinger <email address hidden>
Date: Thu Oct 4 15:38:01 2018 -0400

    Add memcache flushing handler on db migrations

    Flushing cache when schema changes occur to avoid drift between
    what might be cached and what keystone queries expect.

    Given that this is a workaround which is only usually required
    in major upgrades (and should really be handled in process by
    keystone itself), we make the execution optional so that it can
    be set to happen only on major upgrades.

    To prevent test breakage as happened in master, we combine the
    two master patches into one for the backport:

    https://review.openstack.org/608066
    https://review.openstack.org/613256

    Depends-On: https://review.openstack.org/613293
    Change-Id: Ibf8f3dd60d6f3c446a14dc8228fa005f12fcc840
    Closes-Bug: 1793389