]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX: ensure that no LSN is created on external networks
authorarmando-migliaccio <armamig@gmail.com>
Tue, 6 May 2014 21:00:26 +0000 (14:00 -0700)
committerThomas Goirand <thomas@goirand.fr>
Mon, 9 Jun 2014 15:06:54 +0000 (23:06 +0800)
commit2489d11c4e075e014eb93d546ec43dd638f14d93
tree42b8230b1d36af52ca74050dce8b3c29f4913c92
parentc37c6c3d8176b40b383f12201414f82b4760da39
NSX: ensure that no LSN is created on external networks

Logical Service Nodes (LSN) are those that provide dhcp
and metadata services to networks when the NSX plugin is
used without the openstack dhcp and metadata proxy
agents. External networks do not work with Neutron's
dhcp and metadata services, therefore there is no need
to provision a LSN in this case.

Added UT to avoid regression.

Closes-bug: #1316795

Change-Id: I3dab0c9cbecdd9296466c991d02d590d6bd5bd49
(cherry picked from commit af020da544ac4cf21b293d23710545ee5cdcdfa4)
neutron/plugins/vmware/dhcp_meta/nsx.py
neutron/tests/unit/vmware/test_dhcpmeta.py