Merge "Tag the alembic migration revisions for Newton"

This commit is contained in:
Jenkins 2016-09-14 13:48:01 +00:00 committed by Gerrit Code Review
commit 26a252e3d7
3 changed files with 6 additions and 5 deletions

View File

@ -15,7 +15,7 @@
from logging import config as logging_config
from alembic import context
from neutron.db import model_base
from neutron_lib.db import model_base
from oslo_config import cfg
from oslo_db.sqlalchemy import session
import sqlalchemy as sa

View File

@ -23,10 +23,15 @@ from alembic import op
import sqlalchemy as sa
from sqlalchemy.engine import reflection
from neutron.db import migration
# revision identifiers, used by Alembic.
revision = '4cf8bc3edb66'
down_revision = '61cc795e43e8'
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.NEWTON]
_INSPECTOR = None

View File

@ -21,7 +21,6 @@ Create Date: 2016-05-03 08:30:18.421995
"""
from neutron.db import migration
from neutron.db.migration import cli
# revision identifiers, used by Alembic.
@ -29,9 +28,6 @@ revision = '61cc795e43e8'
down_revision = 'start_neutron_dynamic_routing'
branch_labels = (cli.CONTRACT_BRANCH,)
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.NEWTON]
def upgrade():
pass