Merge "Update DB migrations & release notes for releasing Ussuri"

This commit is contained in:
Zuul 2020-05-12 16:36:27 +00:00 committed by Gerrit Code Review
commit 72f8b3ae51
7 changed files with 30 additions and 2 deletions

View File

@ -6,6 +6,10 @@
:maxdepth: 1
unreleased
ussuri
train
stein
rocky
queens
pike
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
neutron_milestone = [migration.QUEENS, migration.ROCKY, migration.STEIN,
migration.TRAIN]
migration.TRAIN, migration.USSURI]
def upgrade():

View File

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