Merge "Stop firewalld config during kolla genconfig"
This commit is contained in:
commit
08267a59ce
@ -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"
|
||||
|
@ -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>`__
|
Loading…
Reference in New Issue
Block a user