Merge "Add DB migration milestone for Ocata"

This commit is contained in:
Jenkins 2017-03-14 19:46:14 +00:00 committed by Gerrit Code Review
commit 02e6dff51a
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ from neutron.db import migration
_INSPECTOR = None
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.NEWTON]
neutron_milestone = [migration.NEWTON, migration.OCATA]
def get_inspector():

View File

@ -31,7 +31,7 @@ import sqlalchemy as sa
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.NEWTON]
neutron_milestone = [migration.NEWTON, migration.OCATA]
def upgrade():