Browse code

Remove verbose setting from l3 service plugin

This is following the nail:
http://lists.openstack.org/pipermail/openstack-dev/2016-May/095166.html

Change-Id: I4380279992e53ec9926bbcba5524e98f5c96ce8b

Gary Kotton authored on 2016/05/29 16:01:01
Showing 1 changed files
... ...
@@ -91,7 +91,6 @@ function _configure_neutron_l3_agent {
91 91
 
92 92
     cp $NEUTRON_DIR/etc/l3_agent.ini.sample $Q_L3_CONF_FILE
93 93
 
94
-    iniset $Q_L3_CONF_FILE DEFAULT verbose True
95 94
     iniset $Q_L3_CONF_FILE DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL
96 95
     iniset $Q_L3_CONF_FILE AGENT root_helper "$Q_RR_COMMAND"
97 96
     if [[ "$Q_USE_ROOTWRAP_DAEMON" == "True" ]]; then