Skip to content
Snippets Groups Projects
Commit 70b4bf6c authored by Radosław Piliszek's avatar Radosław Piliszek
Browse files

Fix for haproxy precheck failing on CentOS running non-root


Change-Id: I7f2b3a6f1eacd4cabcaa31de543b7489bc5e654b
Closes-bug: #1844636
Signed-off-by: default avatarRadosław Piliszek <radoslaw.piliszek@gmail.com>
parent a21b9b54
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