Missing max_routes in neutron.conf

Bug #1341378 reported by Liping Mao
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Undecided
Liping Mao

Bug Description

We have the following code in neutron/db/extraroute_db.py, but we do not have them in neutron.conf:

extra_route_opts = [
    #TODO(nati): use quota framework when it support quota for attributes
    cfg.IntOpt('max_routes', default=30,
               help=_("Maximum number of routes")),
]

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (master)

Fix proposed to branch: master
Review: https://review.openstack.org/106661

Changed in neutron:
assignee: nobody → Liping Mao (limao)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/106661
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5e80775a6a9a463d1854af50244b561bd64fb925
Submitter: Jenkins
Branch: master

commit 5e80775a6a9a463d1854af50244b561bd64fb925
Author: Liping Mao <email address hidden>
Date: Mon Jul 14 08:41:27 2014 +0800

    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

Changed in neutron:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in neutron:
milestone: none → juno-3
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in neutron:
milestone: juno-3 → 2014.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.