From 8178bd37a2cd345728f20163940a44b65a2e2e88 Mon Sep 17 00:00:00 2001 From: Carlos Goncalves Date: Sun, 17 Nov 2019 15:39:35 +0100 Subject: [PATCH] Fix name of VRRP configuration option The provided etc/octavia.conf file is typically installed by system packages. It is important to set correct configuration option names and default values even when commented out. Task: 37525 Story: 2006891 Change-Id: Ia9da64d76e31422464af9d24b675094f25350f48 --- etc/octavia.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/octavia.conf b/etc/octavia.conf index 6c9fd3b22d..ad082deb7f 100644 --- a/etc/octavia.conf +++ b/etc/octavia.conf @@ -373,7 +373,7 @@ # Service health check interval and success/fail count # vrrp_check_interval = 5 -# vrpp_fail_count = 2 +# vrrp_fail_count = 2 # vrrp_success_count = 2 # Amphora MASTER gratuitous ARP refresh settings