]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove calls to policy.check and policy.enforce from plugin code
authorSalvatore Orlando <salv.orlando@gmail.com>
Wed, 21 Aug 2013 09:47:19 +0000 (02:47 -0700)
committerSalvatore Orlando <salv.orlando@gmail.com>
Wed, 21 Aug 2013 12:37:38 +0000 (05:37 -0700)
commit7bbd215da8ba8877d134c994c72dcfbdcd0a664a
tree935de6568c0c004cefb90105be8fdd32cd651128
parentd16e185d34df811bf858bf93cf056d0cb945e22d
Remove calls to policy.check and policy.enforce from plugin code

Completes blueprint make-authz-orthogonal

This patch removes a few explicit policy checks recently added to
the plumgrid and cisco plugins.
They are not necessary as the same checks are already performed
by the policy engine.

Change-Id: Ie99f5fa6ad4a9568b050827bc479a62dd40e18ac
neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py
neutron/plugins/plumgrid/plumgrid_plugin/plumgrid_plugin.py