]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Resolve branches in db migration scripts to G-3 release
authorAkihiro MOTOKI <motoki@da.jp.nec.com>
Wed, 20 Feb 2013 07:00:44 +0000 (16:00 +0900)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Wed, 20 Feb 2013 08:25:44 +0000 (17:25 +0900)
Fixes bug #1129260

Change-Id: I5c70ee6d464f8fc0b2e4cdb4fc07464e150e10ff

quantum/db/migration/alembic_migrations/versions/1c33fa3cd1a1_extra_route_config.py
quantum/db/migration/alembic_migrations/versions/363468ac592c_nvp_network_gw.py
quantum/db/migration/alembic_migrations/versions/3b54bf9e29f7_nec_plugin_sharednet.py
quantum/db/migration/alembic_migrations/versions/511471cc46b_agent_ext_model_supp.py

index e223b21742822fc42c4cfced3ef49156ab194d4f..4d18f146e957923a012b9c103750c097a74e6855 100644 (file)
 """Support routring table configration on Router
 
 Revision ID: 1c33fa3cd1a1
-Revises: 1d76643bcec4
+Revises: 45680af419f9
 Create Date: 2013-01-17 14:35:09.386975
 
 """
 
 # revision identifiers, used by Alembic.
 revision = '1c33fa3cd1a1'
-down_revision = '1d76643bcec4'
+down_revision = '45680af419f9'
 
 # Change to ['*'] if this migration applies to all plugins
 
index 2cbb5a174984779efde75e53de09c5a866ac480c..eda8db8b64b56326a5b46f136190baf43df1f286 100644 (file)
 """nvp_network_gw
 
 Revision ID: 363468ac592c
-Revises: 38335592a0dc
+Revises: 1c33fa3cd1a1
 Create Date: 2013-02-07 03:19:14.455372
 
 """
 
 # revision identifiers, used by Alembic.
 revision = '363468ac592c'
-down_revision = '38335592a0dc'
+down_revision = '1c33fa3cd1a1'
 
 # Change to ['*'] if this migration applies to all plugins
 
index 838f14efd5251c30689f161ac33cee6eb4b745a5..a67107d4c1827ef39b32ce3f972bb8f55e2815dc 100644 (file)
 """NEC plugin sharednet
 
 Revision ID: 3b54bf9e29f7
-Revises: 54c2c487e913
+Revises: 511471cc46b
 Create Date: 2013-02-17 09:21:48.287134
 
 """
 
 # revision identifiers, used by Alembic.
 revision = '3b54bf9e29f7'
-down_revision = '54c2c487e913'
+down_revision = '511471cc46b'
 
 # Change to ['*'] if this migration applies to all plugins
 
index 7151164ebf9c7cf1c9d51d353c6330ad2f46a562..7c8855c90eed6ec414acb96eab8e3c5ce42325a1 100644 (file)
 """Add agent management extension model support
 
 Revision ID: 511471cc46b
-Revises: 54c2c487e913
+Revises: 363468ac592c
 Create Date: 2013-02-18 05:09:32.523460
 
 """
 
 # revision identifiers, used by Alembic.
 revision = '511471cc46b'
-down_revision = '54c2c487e913'
+down_revision = '363468ac592c'
 
 # Change to ['*'] if this migration applies to all plugins