]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add support for the agent extension to NVP Plugin.
authorarmando-migliaccio <amigliaccio@nicira.com>
Wed, 26 Jun 2013 19:13:49 +0000 (12:13 -0700)
committerarmando-migliaccio <amigliaccio@nicira.com>
Thu, 18 Jul 2013 15:02:58 +0000 (08:02 -0700)
commita1e483d049a104a8475febc828107c4b323f6def
tree08e3330a5d4830420e942d67689f6c1a2bd8c8b2
parenta8e4cb916ca94a442f2104696707267b1d680de4
Add support for the agent extension to NVP Plugin.

Of DHCP and L3 agents, NVP uses DHCP; This patch adds support
for the extension to this plugin.

This patch also moves some tests around, as a result of the
refactory done in https://review.openstack.org/#/c/35266/
Some code duplication is also removed.

Implements blueprint nvp-agent-scheduler-extension

Change-Id: I4ca1148e81fdb39bf6b58eef806536439e9f0c6f
neutron/plugins/nicira/NeutronPlugin.py
neutron/tests/unit/nicira/test_agent_scheduler.py [new file with mode: 0644]
neutron/tests/unit/openvswitch/test_agent_scheduler.py