yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #18129
[Bug 1349318] [NEW] neutron.conf do not have the definition of firewall quota
Public bug reported:
We have the definition of firewall quota in extension/firewalls.py, but we do not have the definition in neutron.conf :
firewall_quota_opts = [
cfg.IntOpt('quota_firewall',
default=1,
help=_('Number of firewalls allowed per tenant. '
'A negative value means unlimited.')),
cfg.IntOpt('quota_firewall_policy',
default=1,
help=_('Number of firewall policies allowed per tenant. '
'A negative value means unlimited.')),
cfg.IntOpt('quota_firewall_rule',
default=-1,
help=_('Number of firewall rules allowed per tenant. '
'A negative value means unlimited.')),
]
** 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/1349318
Title:
neutron.conf do not have the definition of firewall quota
Status in OpenStack Neutron (virtual network service):
In Progress
Bug description:
We have the definition of firewall quota in extension/firewalls.py, but we do not have the definition in neutron.conf :
firewall_quota_opts = [
cfg.IntOpt('quota_firewall',
default=1,
help=_('Number of firewalls allowed per tenant. '
'A negative value means unlimited.')),
cfg.IntOpt('quota_firewall_policy',
default=1,
help=_('Number of firewall policies allowed per tenant. '
'A negative value means unlimited.')),
cfg.IntOpt('quota_firewall_rule',
default=-1,
help=_('Number of firewall rules allowed per tenant. '
'A negative value means unlimited.')),
]
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1349318/+subscriptions
Follow ups
References