Syntax fix the keepalived docs.

Change-Id: Iceabb26326c71fa9e125a8ffa944031808bc3dcf
This commit is contained in:
Robert Collins 2014-06-13 11:32:51 +12:00
parent 5f8e75a84e
commit 657f0602f1

View File

@ -3,12 +3,12 @@ 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
keepalived:
# interface used for VRRP traffic
keepalive_interface: eth0
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