Merge "Add DB migration milestones for Stein"

This commit is contained in:
Zuul 2019-04-11 07:08:27 +00:00 committed by Gerrit Code Review
commit 3245e74954
2 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,7 @@ revision = '717f7f63a219'
down_revision = 'a1be06050b41'
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.QUEENS, migration.ROCKY]
neutron_milestone = [migration.QUEENS, migration.ROCKY, migration.STEIN]
def upgrade():

View File

@ -27,6 +27,9 @@ from neutron.db import migration
revision = '99bfcb6003c6'
down_revision = 'fc6308289aca'
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.STEIN]
def upgrade():
if (migration.schema_has_table('nsxv3_lbaas_loadbalancers') and