]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX: propagate network name updates to backend
authorSalvatore Orlando <salv.orlando@gmail.com>
Thu, 19 Jun 2014 11:01:03 +0000 (04:01 -0700)
committerSalvatore Orlando <salv.orlando@gmail.com>
Thu, 19 Jun 2014 12:02:09 +0000 (05:02 -0700)
commit7b10ab2a54fce59cdc5eb86dfcec7db3364a20d8
tree551399f9bd0540c84b27e97e92748e6f849a7008
parent24718e6f1764e95f0c393ba042546e3584981b31
NSX: propagate network name updates to backend

This patch updates the logical switch name on the NSX backend
if a new network name is provided in the update request.

This patches also fixes tag management for update_lswitch in
neutron.plugins.vmware.nsxlib.switch and add relevant unit
tests.

Closes-Bug: 1276128
Change-Id: Ic8921c059012a875006701ac10d2dcae97f30253
neutron/plugins/vmware/nsxlib/switch.py
neutron/plugins/vmware/plugins/base.py
neutron/tests/unit/vmware/nsxlib/test_switch.py
neutron/tests/unit/vmware/test_nsx_plugin.py