Use monitoring node IP address for Grafana if no HAProxy

This commit is contained in:
Doug Szumski 2018-01-23 12:12:41 +00:00
parent 50d324d8a3
commit 18749683d7

View File

@ -22,7 +22,7 @@
- name: Set fact for the VIP address
set_fact:
kolla_internal_vip_address: "{{ internal_net_name | net_ip(network_host) }}"
kolla_internal_vip_address: "{{ internal_net_name | net_ip }}"
when: not kolla_enable_haproxy | bool
- name: Include Kolla passwords for Grafana local admin account credentials