kolla-ansible/releasenotes/notes/allow-disabling-keepalived-310321889a848edf.yaml
Clint Byrum a05e77d71a Allow disabling keepalived for external LBs
In some cases a deployer may want to use haproxy for SSL termination but
has external infrastructure for load balancing, and thus no need for
keepalived to manage the VIP.

Co-Authored-By: Adam Harwell <flux.adam@gmail.com>

Change-Id: I451d7e33f1e631038a8d198dbc33c9a8850571b7
2018-09-17 22:04:14 +00:00

6 lines
169 B
YAML

---
features:
- |
Add a configuration option `enable_keepalived` to allow disabling the
service. This is useful when using an external LB in front of HAProxy.