]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Unable to update port as non-admin nvp plugin
authorAaron Rosen <arosen@nicira.com>
Sat, 16 Feb 2013 21:01:29 +0000 (13:01 -0800)
committerAaron Rosen <arosen@nicira.com>
Sun, 17 Feb 2013 00:05:20 +0000 (16:05 -0800)
commitcbb3a5366b4f720eee8f17218035efd349348d8d
tree600971e28726082279fb95040da925c8790c613e
parentda3ac33808dd79f5e7e833a51cc6852e1eafc2ae
Unable to update port as non-admin nvp plugin

The port security patch to the nvp plugin broken the ability to update a port
as a non admin user. This patch fixes that and adds a unit test for updating
a port as a non-admin user since there was not one before.

Fixes bug 1127514

Change-Id: I9ac44a8eef14e5beeee020a901615e067ed50fbe
quantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.py
quantum/tests/unit/test_db_plugin.py