]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Missing max_routes in neutron.conf
authorLiping Mao <limao@cisco.com>
Mon, 14 Jul 2014 00:41:27 +0000 (08:41 +0800)
committerLiping Mao <limao@cisco.com>
Mon, 14 Jul 2014 00:43:58 +0000 (08:43 +0800)
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

etc/neutron.conf

index 8ae228e22af417fcbaa5f6b52497a78d90d6cf44..e1599d31d49f84a7ad40e3143bfb0398bd5e1038 100644 (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