Comment 4 for bug 1829438

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

Reviewed: https://review.opendev.org/665218
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_keystone/commit/?id=d074c927fdc372441d04764e2d1471bf11330909
Submitter: Zuul
Branch: stable/stein

commit d074c927fdc372441d04764e2d1471bf11330909
Author: Bjoern Teipel <email address hidden>
Date: Thu May 16 16:59:54 2019 -0500

    Execute the keystone db setup earlier in the process

    As the keystone credential_migrate command can access
    the keystone database in cases the os_keystone role
    stopped prematurely, the db setup playbook is moved
    in front of the `keystone_credential_create.yml` playbook
    to prevent and race condition.

    Change-Id: I8c89be0ffb4f23b79c0463bff2eb135b9769eb2a
    Closed-Bug: #1829438
    (cherry picked from commit 3afb763c103665f8c04f3d8ebeda8b207e1fcab7)