Merge "Tag the alembic migration revisions for Queens"

This commit is contained in:
Zuul 2018-02-13 13:02:37 +00:00 committed by Gerrit Code Review
commit 8cedbf08a7
2 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,9 @@ import sqlalchemy as sa
from neutron.db import migration
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.QUEENS]
def upgrade():

View File

@ -27,8 +27,12 @@ down_revision = 'ea7a72ab9643'
from alembic import op
import sqlalchemy as sa
from neutron.db import migration
plugin_type_enum = sa.Enum('dvs', 'nsx-v', 'nsx-t',
name='nsx_plugin_type')
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.QUEENS]
def upgrade():