openstack-ansible/releasenotes/notes/keepalived-cleanup-d25a27752c0432bc.yaml
Jean-Philippe Evrard 39900e1bcc Remove snowflaked keepalived config
Keepalived is not different than the rest, and it could use the
group vars for its configuration.

Change-Id: I3fbf9edd0c7e3c0771ea18c4022c9c3cda5ff99c
2017-05-24 15:35:05 +00:00

10 lines
408 B
YAML

---
upgrade:
- |
If you had your own keepalived configuration file, please rename and
move it to the openstack-ansible user space, for example by moving
it to ```/etc/openstack_deploy/keepalived/keepalived.yml```.
Our haproxy playbook does not load an external variable files anymore.
The keepalived variable override system has been standardised to the
same method used elsewhere.