commit | c47bd1df65d6c327a34d1a9cd771940595bf8c87 | [log] [tgz] |
---|---|---|
author | Gary Kotton <gkotton@vmware.com> | Sun May 29 00:01:01 2016 -0700 |
committer | Gary Kotton <gkotton@vmware.com> | Sun May 29 00:01:01 2016 -0700 |
tree | 894e4e1d4bd8eb4a5d94d46318429a3bc4351b5f | |
parent | 327f8d14b91e13c87653124a23fae3f83715c34d [diff] |
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
diff --git a/lib/neutron_plugins/services/l3 b/lib/neutron_plugins/services/l3 index a5a6c81..a53995e 100644 --- a/lib/neutron_plugins/services/l3 +++ b/lib/neutron_plugins/services/l3
@@ -91,7 +91,6 @@ cp $NEUTRON_DIR/etc/l3_agent.ini.sample $Q_L3_CONF_FILE - iniset $Q_L3_CONF_FILE DEFAULT verbose True iniset $Q_L3_CONF_FILE DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL iniset $Q_L3_CONF_FILE AGENT root_helper "$Q_RR_COMMAND" if [[ "$Q_USE_ROOTWRAP_DAEMON" == "True" ]]; then