From: Liping Mao Date: Mon, 14 Jul 2014 00:41:27 +0000 (+0800) Subject: Missing max_routes in neutron.conf X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5e80775a6a9a463d1854af50244b561bd64fb925;p=openstack-build%2Fneutron-build.git 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 --- diff --git a/etc/neutron.conf b/etc/neutron.conf index 8ae228e22..e1599d31d 100644 --- a/etc/neutron.conf +++ b/etc/neutron.conf @@ -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