]> 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)
committerarmando-migliaccio <armamig@gmail.com>
Wed, 7 May 2014 15:10:30 +0000 (08:10 -0700)
commitaf020da544ac4cf21b293d23710545ee5cdcdfa4
tree06ac26fe6496155e6e0e47993af001c58c2f4a13
parentae3e92fe0c820dd851ada8fbac50ade068a07e7a
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
neutron/plugins/vmware/dhcp_meta/nsx.py
neutron/tests/unit/vmware/test_dhcpmeta.py