Update DB migrations & release notes for releasing Ussuri

Change-Id: I9c8868ddcc744b2f38457af7560d10bcf44ab507
This commit is contained in:
asarfaty 2020-04-26 08:33:50 +02:00 committed by Adit Sarfaty
parent de74c89efb
commit 55692f6534
7 changed files with 30 additions and 2 deletions

View File

@ -6,6 +6,10 @@
:maxdepth: 1 :maxdepth: 1
unreleased unreleased
ussuri
train
stein
rocky
queens queens
pike pike
ocata ocata

View File

@ -0,0 +1,6 @@
===================================
Rocky Series Release Notes
===================================
.. release-notes::
:branch: origin/stable/rocky

View File

@ -0,0 +1,6 @@
===================================
Stein Series Release Notes
===================================
.. release-notes::
:branch: origin/stable/stein

View File

@ -0,0 +1,6 @@
===================================
Train Series Release Notes
===================================
.. release-notes::
:branch: origin/stable/train

View File

@ -0,0 +1,6 @@
===================================
Ussuri Series Release Notes
===================================
.. release-notes::
:branch: origin/stable/ussuri

View File

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

View File

@ -28,7 +28,7 @@ revision = '99bfcb6003c6'
down_revision = 'fc6308289aca' down_revision = 'fc6308289aca'
# milestone identifier, used by neutron-db-manage # milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.STEIN] neutron_milestone = [migration.STEIN, migration.TRAIN, migration.USSURI]
def upgrade(): def upgrade():