← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1341378] Re: Missing max_routes in neutron.conf

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => juno-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1341378

Title:
  Missing max_routes in neutron.conf

Status in OpenStack Neutron (virtual network service):
  Fix Released

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")),
  ]

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1341378/+subscriptions


References