/usr/share/tripleo-image-elements/keepalived/README.md is in python-tripleo-image-elements 0.7.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | Element to install keepalived
Configuration
-------------
keepalived:
  keepalive_interface: eth0
    - interface used for VRRP traffic
virtual_ips:
  - you can define one or more virtual IPs including IPv6:
- ip: 192.0.2.254/24
  interface: eth0
- ip: fe80::5cc1:afff:fe58:143b/64
  interface: br-ctlplane
 |