Merge "Fixes group name for keepalived.conf"
This commit is contained in:
commit
7134b8101d
0
ansible/roles/haproxy/templates/haproxy.cfg.j2
Executable file → Normal file
0
ansible/roles/haproxy/templates/haproxy.cfg.j2
Executable file → Normal file
@ -9,7 +9,7 @@ vrrp_instance Floating {
|
||||
state MASTER
|
||||
interface {{ api_interface }}
|
||||
virtual_router_id 51
|
||||
priority {{ groups['rabbitmq'].index(inventory_hostname) }}
|
||||
priority {{ groups['haproxy'].index(inventory_hostname) }}
|
||||
advert_int 1
|
||||
virtual_ipaddress {
|
||||
{{ kolla_internal_address }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user