Comment 13 for bug 2034583

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

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible/+/898494
Committed: https://opendev.org/openstack/openstack-ansible/commit/29c33cece6a1aa7729f8239a1e9ccffb74ab3795
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 29c33cece6a1aa7729f8239a1e9ccffb74ab3795
Author: Dmitriy Rabotyagov <email address hidden>
Date: Fri Oct 6 17:52:55 2023 +0200

    Run nova db post setup from nova playbook

    We need to run specific tasks, like online migrations or cells discovery
    after all tasks have finished against nova conductor hosts.

    This can't be done with the role logic, as we run computes the last,
    and delegation to conductors does not work nicely since handlers are
    not delegated.

    Closes-Bug: #2034583
    Change-Id: Ic4486cf90310dc81af15b9297e84c078e612c0c2
    (cherry picked from commit a44f1212c38ae01894e4a825fa69b2512e363dba)