vmware-nsx/neutron
Aaron Rosen 251159c90a Fix Migration 50e86cb2637a and 38335592a0dc
When the rename of quantum->neutron occurred here ee3fe4e8 it also renamed
the the table creation from quantum_nvp_port_mapping to
neutron_nvp_port_mapping. This went undetected for a long time because
when neutron-server starts up it pushes down the scheme for tables that
are not there so the table would be created.

Because of this the following migration 50e86cb2637a called
op.rename_table('neutron_nvp_port_mapping', 'neutron_nsx_port_mappings')
though the table name being used was quantum_nvp_port_mapping. Because of this
the quantum_id->nvp_id mapping was never migrated over to the new table and
you would be left with a quantum_nvp_port_mapping table hanging around.

In addition, the downgrade would rename the table to neutron_nvp_port_mapping
instead of quantum_nvp_port_mapping. This patch addresses this issues.

Change-Id: I4f80b7b9dc56996ecd83826ee65918f5311c7c4f
Closes-bug: #1267619
2014-01-09 15:19:38 -08:00
..
agent Merge "Update common network type consts to same origin" 2013-12-16 16:10:40 +00:00
api Merge "Send DHCP notifications regardless of agent status" 2013-12-23 23:40:00 +00:00
cmd remove binaries under bin 2013-08-16 10:10:30 +08:00
common Remove plugin_name_v2 and extension_manager in test_config 2014-01-06 20:02:00 +09:00
db Fix Migration 50e86cb2637a and 38335592a0dc 2014-01-09 15:19:38 -08:00
debug Fix incorrect indentations found by Pep 1.4.6+ 2013-10-19 10:50:16 +02:00
extensions Merge "Add missing quota flags in the config file sample" 2014-01-01 23:04:58 +00:00
locale Imported Translations from Transifex 2014-01-02 06:34:00 +00:00
openstack Sync rpc fix from oslo-incubator 2013-12-06 15:35:51 +01:00
plugins Merge "neutron-rootwrap-xen-dom0 handles data from stdin" 2014-01-08 18:56:02 +00:00
scheduler Add LeastRouters Scheduler to Neutron L3 Agent 2013-12-09 13:25:59 +01:00
server Disable lazy translation 2013-10-01 23:16:23 +00:00
services fix --excluded of meter-label-rule-create is not working 2013-12-11 15:45:17 +08:00
tests Merge "Remove plugin_name_v2 and extension_manager in test_config" 2014-01-08 21:14:41 +00:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
auth.py Add request-id to log messages 2013-11-21 17:01:33 +09:00
context.py Stop logging unnecessary warning on context create 2013-11-28 09:17:18 +00:00
hooks.py Fixes Windows setup dependency bug 2013-08-15 22:58:14 +03:00
manager.py Add agent scheduling for LBaaS namespace agent 2013-07-19 13:25:04 +04:00
neutron_plugin_base_v2.py Apply six for metaclass 2013-11-18 17:58:58 +09:00
policy.py Add log statements for policy check failures 2013-11-14 19:21:15 -08:00
quota.py Add missing quota flags in the config file sample 2013-12-02 19:14:06 +01:00
service.py Merge "Creates multiple worker processes for API server" 2013-10-31 01:39:19 +00:00
version.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
wsgi.py Merge "Creates multiple worker processes for API server" 2013-10-31 01:39:19 +00:00