]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move _convert_to_nsx_transport_zones into nsx_utils
authorSalvatore Orlando <salv.orlando@gmail.com>
Thu, 10 Jul 2014 14:25:04 +0000 (07:25 -0700)
committerSalvatore Orlando <salv.orlando@gmail.com>
Thu, 10 Jul 2014 14:25:04 +0000 (07:25 -0700)
commit6902da7a8c453e4fbadfb84cc4bf7ab53e6b579b
tree28977fb1df05442eac9ebbf8346fb1ad5e21c879
parent1cf3b80549821ed41ef51257a954ab9ce73c8f93
Move _convert_to_nsx_transport_zones into nsx_utils

This routine does not need to be in the plugin class. This patch
transforms it into an utility method and adds unit tests to
increase coverage.

Change-Id: Ieacc36e729c4db90efd33944f7cf05dcb30e1de9
Closes-Bug: 1340210
neutron/plugins/vmware/common/nsx_utils.py
neutron/plugins/vmware/plugins/base.py
neutron/tests/unit/vmware/test_nsx_utils.py