Stop firewalld config during kolla genconfig
Prevent the haproxy-config role from attempting to modify firewalld when running kolla-ansible genconfig. Closes-Bug: #2002522 Change-Id: Ie8a524cc944aa8cb9cf0999b1b8da79f30b40092
This commit is contained in:
parent
2b88144c05
commit
86870bd7f8
@ -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