]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX: ensure dhcp port is setup on metadata network
authorarmando-migliaccio <armamig@gmail.com>
Tue, 8 Apr 2014 15:43:00 +0000 (08:43 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Tue, 8 Apr 2014 15:43:00 +0000 (08:43 -0700)
commit4cb3eb2a98246f28f8016cfe32946d365203fbae
tree94bc912d396af6a13fe9d5b7a530cc1d20ca8883
parente593006e533280e17e3c1801c001e4fdd7d598d7
NSX: ensure dhcp port is setup on metadata network

Change in scheduling behavior caused a regression
where the dhcp port is no longer provisioned on
the (admin) metadata network created when a subnet
is uplinked to a router.

This change recovers the past behavior and extend UT
coverage to avoid further regression.

Closes-bug: #1304127

Change-Id: I8420203f68a43368f3784adb0c4cbbe55f048662
neutron/plugins/vmware/dhcp_meta/rpc.py
neutron/tests/unit/vmware/test_nsx_plugin.py