vmware-nsx/vmware_nsx/common
Aaron Rosen b004985c24 NSX-v3: Initial framework for api-replay-mode
This patch includes the initial framework to allow existing
neutron deployments running different backends to be migrated
over to the nsx-v3 plugin. The main logic that is required to
do this is to allow the ability of an id to be specified for
a given resource. This patch makes this possible with the addition
of a new extension api-replay.

The reason why a new extension is needed is because the RESOURCE_MAP
is loaded after the plugin is loaded. Therefore, there is no way
for me to change the mapping directly in the plugin without creating
an extension to do so.

This patch also adds support for migrating the router-uplink and
floatingips which was missing in the previous patchset.

Here's an example output of the migration tool
running: http://codepad.org/I7x6Rq3u

Change-Id: I2ee9778374a8d137e06125f2732524c7c662c002
2016-06-01 09:41:44 -07:00
..
__init__.py Move vmware_nsx/neutron/plugins/vmware to vmware_nsx 2015-09-14 18:51:57 -07:00
config.py NSX-v3: Initial framework for api-replay-mode 2016-06-01 09:41:44 -07:00
exceptions.py NSX|V3 QoS: handle illegal max bandwidth 2016-05-10 11:27:10 +00:00
locking.py Move 'locking_coordinator_url' to common configuration section 2015-10-18 05:20:26 -07:00
nsx_constants.py NSX|V3: fix tags for internal resoucres 2015-12-17 00:42:57 -08:00
nsx_utils.py Remove deprecated warnings for neutron_lib 2016-05-11 19:26:04 -07:00
nsxv_constants.py NSXv: raise exception for reserved subnets 2016-02-07 11:53:03 +02:00
securitygroups.py Change imports for IP_PROTOCOL_MAP 2016-02-05 09:00:04 -07:00
sync.py NSX: make use of neutron_lib constants 2016-02-29 00:04:28 -08:00
utils.py Remove deprecated warnings for neutron_lib 2016-05-11 19:26:04 -07:00