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

This commit is contained in:
Zuul 2019-09-19 19:08:16 +00:00 committed by Gerrit Code Review
commit 3d74bf0c2f

View File

@ -170,6 +170,7 @@
- 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
become: true
command: ip -o addr show dev {{ api_interface }}
register: ip_addr_output
changed_when: false