From: Eugene Nikanorov Date: Fri, 26 Jul 2013 07:48:22 +0000 (+0400) Subject: Fix migration branch appeared after recent commit X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ad78a887ab3a2891ebed98bda9b60547e2a2d986;p=openstack-build%2Fneutron-build.git Fix migration branch appeared after recent commit Fix migration branch introduced by commit that added providernet extension support for cisco plugin fixes bug 1205229 Change-Id: Id0f364316f19e077a388d4a343d1042a287fa96a --- diff --git a/neutron/db/migration/alembic_migrations/versions/e6b16a30d97_cisco_provider_nets.py b/neutron/db/migration/alembic_migrations/versions/e6b16a30d97_cisco_provider_nets.py index 7e4c03f6c..7a3c159af 100644 --- a/neutron/db/migration/alembic_migrations/versions/e6b16a30d97_cisco_provider_nets.py +++ b/neutron/db/migration/alembic_migrations/versions/e6b16a30d97_cisco_provider_nets.py @@ -18,14 +18,14 @@ """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