Merge "Tag the alembic migration revisions for Mitaka"

stable/ocata
Jenkins 2016-05-13 05:21:29 +00:00 committed by Gerrit Code Review
commit 9360989a30
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ down_revision = 'kilo'
branch_labels = (cli.CONTRACT_BRANCH,)
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.LIBERTY]
neutron_milestone = [migration.LIBERTY, migration.MITAKA]
def upgrade():

View File

@ -29,7 +29,7 @@ down_revision = 'kilo'
branch_labels = (cli.EXPAND_BRANCH,)
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.LIBERTY]
neutron_milestone = [migration.LIBERTY, migration.MITAKA]
def upgrade():