Merge "Stop firewalld config during kolla genconfig"

This commit is contained in:
Zuul 2023-01-18 16:26:19 +00:00 committed by Gerrit Code Review
commit 08267a59ce
2 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,7 @@
- item.value.port is defined
- item.value.external | default('false') | bool
- enable_external_api_firewalld | bool
- kolla_action != "config"
with_dict: "{{ project_services | extract_haproxy_services }}"
notify:
- "Reload firewalld"

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Prevent haproxy-config role from attempting to configure firewalld
during a kolla-ansible genconfig.
`LP#2002522 <https://launchpad.net/bugs/2002522>`__