From 5e80775a6a9a463d1854af50244b561bd64fb925 Mon Sep 17 00:00:00 2001 From: Liping Mao Date: Mon, 14 Jul 2014 08:41:27 +0800 Subject: [PATCH] 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 --- etc/neutron.conf | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.45.2