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

Merge "Fix for haproxy precheck failing on CentOS running non-root"

parents fa88d098 70b4bf6c
No related branches found
No related tags found
No related merge requests found
...@@ -170,6 +170,7 @@ ...@@ -170,6 +170,7 @@
- api_interface_address != kolla_internal_vip_address - api_interface_address != kolla_internal_vip_address
- name: Checking if kolla_internal_vip_address is in the same network as api_interface on all nodes - name: Checking if kolla_internal_vip_address is in the same network as api_interface on all nodes
become: true
command: ip -o addr show dev {{ api_interface }} command: ip -o addr show dev {{ api_interface }}
register: ip_addr_output register: ip_addr_output
changed_when: false changed_when: false
......
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