yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #20002
[Bug 1349318] Re: neutron.conf do not have the definition of firewall quota
** 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/1349318
Title:
neutron.conf do not have the definition of firewall quota
Status in OpenStack Neutron (virtual network service):
Fix Released
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=100,
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
References