]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix NVP plugin not notifying metadata access network to DHCP agent
authorSalvatore Orlando <salv.orlando@gmail.com>
Tue, 26 Feb 2013 16:57:55 +0000 (17:57 +0100)
committerSalvatore Orlando <salv.orlando@gmail.com>
Tue, 26 Feb 2013 17:01:00 +0000 (18:01 +0100)
commitd111682f0f8e9015722615d729afe56024f1fed7
tree86ca13ebab2e70a523c0b0887df0e7ab5ab135e6
parent9f6adb4b26e5b79a214cf3a29a4ccab4510df6d9
Fix NVP plugin not notifying metadata access network to DHCP agent

Bug 1133395

Due to recent changes in notification logic between Quantum and the DHCP
agent, the notifier the NVP plugin previously used for metadata access
network was not working anymore and needed to be replaced

Change-Id: Ifa0ea55116cf5ef6d546d28ca52e643987b3e5a0
quantum/plugins/nicira/nicira_nvp_plugin/common/metadata_access.py
quantum/tests/unit/nicira/test_nicira_plugin.py
quantum/tests/unit/test_l3_plugin.py