kolla-ansible/releasenotes/notes/fix-check-mode-1f37ab5507c98954.yaml
Mark Goddard 572ff2f8dc 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
2023-02-14 17:18:16 +00:00

6 lines
144 B
YAML

---
fixes:
- |
Fixes deployment when using Ansible check mode. `LP#2002661
<https://bugs.launchpad.net/kolla-ansible/+bug/2002661>`__