]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Ensure to count firewalls in target tenant
authorAkihiro Motoki <motoki@da.jp.nec.com>
Fri, 14 Mar 2014 22:57:34 +0000 (07:57 +0900)
committerAkihiro Motoki <motoki@da.jp.nec.com>
Wed, 19 Mar 2014 02:57:44 +0000 (11:57 +0900)
commit6c2bec5d9e40c68c75cc56e077e2af97d1359d20
tree73e442a3b2164fa476a876ad36bdb3e4ff678278
parent1959092bca5646306cfec5303f43627e78f6e2d4
Ensure to count firewalls in target tenant

Previously admin tenant cannot create a firewall if other tenant
already created a firewall. We need to count firewalls only in
a target tenant.

Change-Id: I3e6d151d00d4a487bdd858e94929fab8960511a2
Closes-Bug: #1258438
neutron/services/firewall/fwaas_plugin.py
neutron/tests/unit/db/firewall/test_db_firewall.py
neutron/tests/unit/services/firewall/test_fwaas_plugin.py