Comment 23 for bug 1793389

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

Reviewed: https://review.openstack.org/613321
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_keystone/commit/?id=ce0df5355f837dc406e0a94e6fcc6e4c8f1b37e0
Submitter: Zuul
Branch: stable/rocky

commit ce0df5355f837dc406e0a94e6fcc6e4c8f1b37e0
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/613290
    Change-Id: Ibf8f3dd60d6f3c446a14dc8228fa005f12fcc840
    Closes-Bug: 1793389