Merge "Fix HAProxy monitor VIP precheck"

This commit is contained in:
Zuul 2020-03-11 02:43:00 +00:00 committed by Gerrit Code Review
commit e49448439b
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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>`__.