Comment 15 for bug 1399280

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-fwaas (stable/liberty)

Reviewed: https://review.openstack.org/285539
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=2ce8b589c11d37d3f13ff37cf412d00f1e718e4b
Submitter: Jenkins
Branch: stable/liberty

commit 2ce8b589c11d37d3f13ff37cf412d00f1e718e4b
Author: James Arendt <email address hidden>
Date: Sat Feb 13 18:54:09 2016 -0800

    FWaaS quota registration

    Builds on prior attempts to register FWaaS resources to the quota
    engine, such as commit Ia4d6b9a65acd1111a050dc73b63a1f0ce619cb55
    which had to be reverted for bug 1513280 for failing gate via commit
    28948f6559711a0d861fa76f3adf65cda22768fb.

    Since with router insertion a user can have a separate firewall
    and policy per targeted router in their tenant, the original
    fixes which had defaults of only 1 were too low.

    Also added the release notes to reflect the quota.

    Set default as -1 (unlimited) in Liberty to avoid breaking
    compatibility.

    Change-Id: I68a5538f7bc8df78212633c73eeca0eaae0d8455
    Closes-Bug: #1399280