Tag the alembic migration revisions for Rocky
This allows the database to be upgraded with the command: neutron-db-manage upgrade rocky Change-Id: Ibe09edc43864a474978801598deaa3c95c392958
This commit is contained in:
parent
61599c7cb2
commit
0e29a2c4b9
@ -30,7 +30,7 @@ revision = '717f7f63a219'
|
|||||||
down_revision = 'a1be06050b41'
|
down_revision = 'a1be06050b41'
|
||||||
|
|
||||||
# milestone identifier, used by neutron-db-manage
|
# milestone identifier, used by neutron-db-manage
|
||||||
neutron_milestone = [migration.QUEENS]
|
neutron_milestone = [migration.QUEENS, migration.ROCKY]
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
|
@ -32,7 +32,7 @@ down_revision = 'ea7a72ab9643'
|
|||||||
plugin_type_enum = sa.Enum('dvs', 'nsx-v', 'nsx-t',
|
plugin_type_enum = sa.Enum('dvs', 'nsx-v', 'nsx-t',
|
||||||
name='nsx_plugin_type')
|
name='nsx_plugin_type')
|
||||||
# milestone identifier, used by neutron-db-manage
|
# milestone identifier, used by neutron-db-manage
|
||||||
neutron_milestone = [migration.QUEENS]
|
neutron_milestone = [migration.QUEENS, migration.ROCKY]
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
|
Loading…
Reference in New Issue
Block a user