]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix migration branch appeared after recent commit
authorEugene Nikanorov <enikanorov@mirantis.com>
Fri, 26 Jul 2013 07:48:22 +0000 (11:48 +0400)
committerEugene Nikanorov <enikanorov@mirantis.com>
Fri, 26 Jul 2013 07:55:02 +0000 (11:55 +0400)
Fix migration branch introduced by commit that added
providernet extension support for cisco plugin

fixes bug 1205229

Change-Id: Id0f364316f19e077a388d4a343d1042a287fa96a

neutron/db/migration/alembic_migrations/versions/e6b16a30d97_cisco_provider_nets.py

index 7e4c03f6ca391eb51a788f85e1794e4df0e5b1a1..7a3c159af927bca1a28ceab3f089cc0df37e4d65 100644 (file)
 """Add cisco_provider_networks table
 
 Revision ID: e6b16a30d97
-Revises: 2032abe8edac
+Revises: 557edfc53098
 Create Date: 2013-07-18 21:46:12.792504
 
 """
 
 # revision identifiers, used by Alembic.
 revision = 'e6b16a30d97'
-down_revision = '2032abe8edac'
+down_revision = '557edfc53098'
 
 # Change to ['*'] if this migration applies to all plugins