Missing max_routes in neutron.conf

We have the define of "max_routes" in neutron/db/extraroute_db.py
but we do not have them in neutron.conf.

Change-Id: I4a9586023b7d09a64296b44f4d9285f30be1fd63
Closes-Bug: #1341378
This commit is contained in:
Liping Mao 2014-07-14 08:41:27 +08:00
parent 59da928e94
commit 5e80775a6a
1 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,9 @@ lock_path = $state_path/lock
# Maximum number of fixed ips per port
# max_fixed_ips_per_port = 5
# Maximum number of routes per router
# max_routes = 30
# =========== items for agent management extension =============
# Seconds to regard the agent as down; should be at least twice
# report_interval, to be sure the agent is down for good