]> 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)
committerThomas Goirand <thomas@goirand.fr>
Mon, 9 Jun 2014 15:06:53 +0000 (23:06 +0800)
commit2dab2e65cd77cdc73e754541e9e0116ceef478c4
treef5e95f53e9b969795961eef4447186511fc49d10
parent4e74297635cf01639269bfda396c085cee7b73fa
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
(cherry picked from commit 4cb3eb2a98246f28f8016cfe32946d365203fbae)
neutron/plugins/vmware/dhcp_meta/rpc.py
neutron/tests/unit/vmware/test_nsx_plugin.py