From 8acc1771fb31979f90a50f04cdfb57012cf86fa1 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 14 Jun 2016 15:53:23 +0200 Subject: [PATCH] Remove verbose parameter from lbaas_agent.ini file The verbose parameter is deprecated and should not be used. This solves the following issue: Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future TrivialFix Change-Id: Ifb04c3f396a96b6917637af3a90a3ddb1599e29d --- ansible/roles/neutron/templates/lbaas_agent.ini.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/neutron/templates/lbaas_agent.ini.j2 b/ansible/roles/neutron/templates/lbaas_agent.ini.j2 index 182e26d3e5..b9545ec1c4 100644 --- a/ansible/roles/neutron/templates/lbaas_agent.ini.j2 +++ b/ansible/roles/neutron/templates/lbaas_agent.ini.j2 @@ -1,6 +1,5 @@ [DEFAULT] debug = {{ neutron_logging_debug }} -verbose = True output_file = /etc/neutron/lbaas_agent.ini wrap_width = 79