Merge "Fix HAProxy monitor VIP precheck"
This commit is contained in:
commit
e49448439b
ansible/roles/haproxy/tasks
releasenotes/notes
@ -199,7 +199,7 @@
|
|||||||
state: stopped
|
state: stopped
|
||||||
when:
|
when:
|
||||||
- enable_haproxy | bool
|
- enable_haproxy | bool
|
||||||
- container_facts['haproxy'] is not defined
|
- "host_running_haproxy == 'None'"
|
||||||
- inventory_hostname in groups['haproxy']
|
- inventory_hostname in groups['haproxy']
|
||||||
- api_interface_address != kolla_internal_vip_address
|
- 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…
x
Reference in New Issue
Block a user