]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX: allow net-migration only in combined mode
authorarmando-migliaccio <armamig@gmail.com>
Tue, 29 Apr 2014 01:27:04 +0000 (18:27 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Mon, 19 May 2014 14:49:41 +0000 (07:49 -0700)
commit24d5d4819ede6728e98d376852e8007fe982fd70
tree8abf09a1db95fcb4a71345ea7db92b4210285442
parentc6a567a3e56a78f892254546d11cbdb50aa4dfb5
NSX: allow net-migration only in combined mode

To allow migration of networks from the agent based model
to the agentless one, both modes need to be available; prior
to this change the extension was available in 'agentless' mode
too; this may lead to leftovers during the migration step.
This patch makes the extension available in 'combined' mode
only, which was the intended behavior.

Closes-bug: #1313985

Change-Id: I491ee3eaf25fc30c0ab4092ee198802a6b06d91d
neutron/plugins/vmware/dhcpmeta_modes.py
neutron/tests/unit/vmware/etc/nsx.ini.combined.test [new file with mode: 0644]
neutron/tests/unit/vmware/test_nsx_opts.py