Skip to content
Snippets Groups Projects
Commit 08267a59 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Stop firewalld config during kolla genconfig"

parents 1b5f64c0 86870bd7
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
- item.value.port is defined - item.value.port is defined
- item.value.external | default('false') | bool - item.value.external | default('false') | bool
- enable_external_api_firewalld | bool - enable_external_api_firewalld | bool
- kolla_action != "config"
with_dict: "{{ project_services | extract_haproxy_services }}" with_dict: "{{ project_services | extract_haproxy_services }}"
notify: notify:
- "Reload firewalld" - "Reload firewalld"
---
fixes:
- |
Prevent haproxy-config role from attempting to configure firewalld
during a kolla-ansible genconfig.
`LP#2002522 <https://launchpad.net/bugs/2002522>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment