yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #17256
[Bug 1341378] [NEW] Missing max_routes in neutron.conf
Public bug reported:
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")),
]
** Affects: neutron
Importance: Undecided
Assignee: Liping Mao (limao)
Status: In Progress
--
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):
In Progress
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
Follow ups
References