Merge "First keepalived container is started with wrong priority"
This commit is contained in:
commit
d5990ce93f
@ -9,7 +9,7 @@ vrrp_instance Floating {
|
|||||||
state MASTER
|
state MASTER
|
||||||
interface {{ api_interface }}
|
interface {{ api_interface }}
|
||||||
virtual_router_id 51
|
virtual_router_id 51
|
||||||
priority {{ groups['haproxy'].index(inventory_hostname) }}
|
priority {{ groups['haproxy'].index(inventory_hostname) + 1 }}
|
||||||
advert_int 1
|
advert_int 1
|
||||||
virtual_ipaddress {
|
virtual_ipaddress {
|
||||||
{{ kolla_internal_address }}
|
{{ kolla_internal_address }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user