Merge "Fix HAProxy monitor VIP precheck"
This commit is contained in:
commit
e49448439b
@ -199,7 +199,7 @@
|
||||
state: stopped
|
||||
when:
|
||||
- enable_haproxy | bool
|
||||
- container_facts['haproxy'] is not defined
|
||||
- "host_running_haproxy == 'None'"
|
||||
- inventory_hostname in groups['haproxy']
|
||||
- api_interface_address != kolla_internal_vip_address
|
||||
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue with the HAProxy monitor VIP precheck when some instances of
|
||||
HAProxy are running and others are not. See `bug 1866617
|
||||
<https://launchpad.net/bugs/1866617>`__.
|
Loading…
Reference in New Issue
Block a user