summaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2014-07-10 05:48:05 +0200
committerGiulio Fidente <gfidente@redhat.com>2014-07-10 05:48:47 +0200
commit96e18ecc90539c86c0456c9f87b8b4c6ed8704dd (patch)
treec1244822a266ce108418caa7ec5c515ad3b08f90 /overcloud-source.yaml
parent1c9c8249a2f245c053d6ee9ef088d49437a98fc1 (diff)
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
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml2
1 files changed, 1 insertions, 1 deletions
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:
-