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
This commit is contained in:
Christian Berendt 2016-06-14 15:53:23 +02:00
parent e6c1d41782
commit 8acc1771fb

View File

@ -1,6 +1,5 @@
[DEFAULT]
debug = {{ neutron_logging_debug }}
verbose = True
output_file = /etc/neutron/lbaas_agent.ini
wrap_width = 79