]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove duplicate _check_provider_update from plugins
authorAaron Rosen <arosen@nicira.com>
Wed, 19 Jun 2013 20:46:06 +0000 (13:46 -0700)
committerAaron Rosen <arosen@nicira.com>
Sat, 29 Jun 2013 05:33:15 +0000 (22:33 -0700)
commit26425cbf5f10045ec288a63e048c7677edba4002
treef5025b440caf3e2c78ada33ea3d5102dabf7ae22
parent6ef206d25d7b31988f5b1f6ab08c9b0fdcf7fe81
Remove duplicate _check_provider_update from plugins

This patch removes the duplicated method _check_provider_update
and adds a check for it in the NVP plugin that was missing so that an error
is raised if someone tries to update a provider network.

Fixes bug: 1192702

Change-Id: I84e6767f351122f9e5af0cd4ef24d8eaaeb4ccd5
quantum/extensions/providernet.py
quantum/plugins/hyperv/hyperv_quantum_plugin.py
quantum/plugins/linuxbridge/lb_quantum_plugin.py
quantum/plugins/ml2/plugin.py
quantum/plugins/mlnx/mlnx_plugin.py
quantum/plugins/nicira/QuantumPlugin.py
quantum/plugins/openvswitch/ovs_quantum_plugin.py