neutron.conf do not have the definition of firewall quota

Bug #1349318 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 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.')),
]

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/109941

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

Reviewed: https://review.openstack.org/109941
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8417c62d2a9531cf3a0930240e42eefa919e44b3
Submitter: Jenkins
Branch: master

commit 8417c62d2a9531cf3a0930240e42eefa919e44b3
Author: Liping Mao <email address hidden>
Date: Mon Jul 28 17:24:32 2014 +0800

    neutron.conf does not have the definition of firewall quotas

    We have the definition of quotas for firewall/policy/role
    in code, but we do not have them in neutron.conf.

    Change-Id: I23ae4f5c00ccc62dd9f97c77011da4ce0bbf983e
    Closes-Bug: #1349318

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.