From 13fab6ef912a6eaddcd61bb19333e8c1990a7b7c Mon Sep 17 00:00:00 2001 From: Jason Niesz Date: Thu, 7 Sep 2017 08:55:41 +0800 Subject: [PATCH] Remove lb_network_name from config (it was bogus) As a followup to I147abdd8d3d95164168ec606f5b92401cb24d1fe, remove this bogus config option, it was deprecated since Newton. Change-Id: I9f3c39b4a16b7f0d45ec1c212c68499aeeb90e27 --- templates/octavia.conf.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/octavia.conf.j2 b/templates/octavia.conf.j2 index a4bfd073..20bb62de 100644 --- a/templates/octavia.conf.j2 +++ b/templates/octavia.conf.j2 @@ -127,8 +127,6 @@ signing_digest = {{ octavia_signing_digest }} # password = [networking] -# Network to communicate with amphora -lb_network_name = {{ octavia_neutron_management_network_uuid }} # The maximum attempts to retry an action with the networking service. # max_retries = 15 # Seconds to wait before retrying an action with the networking service.