From 96e18ecc90539c86c0456c9f87b8b4c6ed8704dd Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 10 Jul 2014 05:48:05 +0200 Subject: use ControlVirtualInterface for keepalived VRRP Change keepalived.keepalive_interface so that it uses the actual ControlVirtualInterface (bridge) for VRRP rather than the bridged interface (NeutronPublicInterface). Fixes the issue which caused keepalived to bring up the VIP on all control nodes. Change-Id: Ifc484d6a6086d9872210aa576f21d326f60b7d35 --- overcloud-source.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overcloud-source.yaml') diff --git a/overcloud-source.yaml b/overcloud-source.yaml index a80a24ce..69400beb 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -466,7 +466,7 @@ Resources: - {server: {Ref: NtpServer}, fudge: "stratum 0"} keepalived: keepalive_interface: - Ref: NeutronPublicInterface + Ref: ControlVirtualInterface priority: 101 virtual_ips: - -- cgit 1.2.3-korg