Comment 7 for bug 2045558

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

Reviewed: https://review.opendev.org/c/openstack/kolla/+/904262
Committed: https://opendev.org/openstack/kolla/commit/48031708d54df2ad65757a21d4f9c6d9cd788b59
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 48031708d54df2ad65757a21d4f9c6d9cd788b59
Author: Alex-Welsh <email address hidden>
Date: Tue Nov 28 13:08:58 2023 +0000

    Sync only local cell in nova bootstrap & upgrade

    Added the --local_cell argument to nova db sync commands during
    bootstrap and upgrade.

    This was previously thought to have no effect [1], but has since been
    discovered to fail when rotating the nova database password.

    [1] https://opendev.org/openstack/kolla-ansible/src/branch/master/ansible/roles/nova/tasks/bootstrap_service.yml#L2-L3

    Closes-Bug: #2045558
    Change-Id: Ic64eb51325b3503a14ebab9b9ff2f4d9caec734a
    (cherry picked from commit de1487f05187387aea3f113dcbb6926734b1ce6b)