Skip to content

Commit c47bd1d

Browse files
committed
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
1 parent 327f8d1 commit c47bd1d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • lib/neutron_plugins/services

lib/neutron_plugins/services/l3

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ function _configure_neutron_l3_agent {
9191

9292
cp $NEUTRON_DIR/etc/l3_agent.ini.sample $Q_L3_CONF_FILE
9393

94-
iniset $Q_L3_CONF_FILE DEFAULT verbose True
9594
iniset $Q_L3_CONF_FILE DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL
9695
iniset $Q_L3_CONF_FILE AGENT root_helper "$Q_RR_COMMAND"
9796
if [[ "$Q_USE_ROOTWRAP_DAEMON" == "True" ]]; then

0 commit comments

Comments
 (0)