kolla-ansible/releasenotes/notes/fix-octavia-config-gen-with-autoconfigure-b2886ffc09fedebd.yaml
Will Szumski 2bf4d4db4e Fix issue with genconfig and octavia_auto_configure
Makes sure the facts required to generate octavia.conf are available
when using genconfig.

This change also ensures that the necessary tasks run when using Ansible
check mode.

Closes-Bug: #1987299
Change-Id: Ib8fbee2d3abdcfd2eae0f9b3e9b69eeb0e3086e0
2023-01-16 09:11:27 +01:00

10 lines
364 B
YAML

---
fixes:
- |
Fix issue with octavia config generation when using
``octavia_auto_configure`` and the ``genconfig`` command.
Note that access to the OpenStack API is necessary for Octavia auto
configuration to work, even when generating config.
See `LP#1987299 <https://bugs.launchpad.net/kolla-ansible/+bug/1987299>`__
for more details.