Drop non-existent verbose option

The ``verbose`` option has been deprecated for a long time and no longer
exists in the config. So do not set it for our agent.

Change-Id: Ief48c4d1185f2edf35152b92b2ba18339c34da47
This commit is contained in:
Jens Harbott 2018-03-23 09:02:00 +00:00
parent 810b87ec85
commit 818b5f10e0
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ function is_protocol_enabled {
function configure_dr_agent_bgp_config {
cp $NEUTRON_DYNAMIC_ROUTING_DIR/etc/bgp_dragent.ini.sample $DR_AGENT_BGP_CONF_FILE
iniset $DR_AGENT_BGP_CONF_FILE DEFAULT verbose True
iniset $DR_AGENT_BGP_CONF_FILE DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL
iniset $DR_AGENT_BGP_CONF_FILE bgp bgp_router_id $BGP_ROUTER_ID
}