Comment 9 for bug 2002661

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/880312
Committed: https://opendev.org/openstack/kolla-ansible/commit/01a1d8452b0a38b85089aa13d7a14b576f51bd3c
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 01a1d8452b0a38b85089aa13d7a14b576f51bd3c
Author: Mark Goddard <email address hidden>
Date: Thu Jan 12 10:27:47 2023 +0000

    Fix deploy/genconfig in check mode

    Previously, when running one of the following commands:

      kolla-ansible deploy --check
      kolla-ansible genconfig --check

    deployment or configuration generation fails for various reasons.

    MariaDB fails to lookup the existing cluster.

    Keystone fails to generate cron config.

    Nova-cell fails to get the cell settings.

    Closes-Bug: #2002661
    Change-Id: I5e765f498ae86d213d0a4379ca5d473db1499962
    (cherry picked from commit 572ff2f8dc848453a6781731fb400dc5c9231fad)