]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
The default value of quota_firewall_rule should not be -1
authorLiping Mao <limao@cisco.com>
Mon, 21 Jul 2014 15:41:54 +0000 (23:41 +0800)
committerLiping Mao <limao@cisco.com>
Mon, 21 Jul 2014 15:45:03 +0000 (23:45 +0800)
commit8748a3ee68e60778c90b8b83181bc28a7e8fe9d1
treefb146e0db8689913815cb841cc4187b8160b90bd
parente693d5be177184264d1647919466fdc5a5ebd26d
The default value of quota_firewall_rule should not be -1

A bad tenant User can create unlimited firewall rules to
"attack" the network node, so I modify the default value to 100.

Change-Id: I485c24cb1a7ed77dee81356fe6d95276808a47d4
Closes-Bug: #1346372
neutron/extensions/firewall.py