Update DB migrations & release notes for releasing Ussuri
Change-Id: I9c8868ddcc744b2f38457af7560d10bcf44ab507
This commit is contained in:
parent
de74c89efb
commit
55692f6534
@ -6,6 +6,10 @@
|
||||
:maxdepth: 1
|
||||
|
||||
unreleased
|
||||
ussuri
|
||||
train
|
||||
stein
|
||||
rocky
|
||||
queens
|
||||
pike
|
||||
ocata
|
||||
|
6
releasenotes/source/rocky.rst
Normal file
6
releasenotes/source/rocky.rst
Normal file
@ -0,0 +1,6 @@
|
||||
===================================
|
||||
Rocky Series Release Notes
|
||||
===================================
|
||||
|
||||
.. release-notes::
|
||||
:branch: origin/stable/rocky
|
6
releasenotes/source/stein.rst
Normal file
6
releasenotes/source/stein.rst
Normal file
@ -0,0 +1,6 @@
|
||||
===================================
|
||||
Stein Series Release Notes
|
||||
===================================
|
||||
|
||||
.. release-notes::
|
||||
:branch: origin/stable/stein
|
6
releasenotes/source/train.rst
Normal file
6
releasenotes/source/train.rst
Normal file
@ -0,0 +1,6 @@
|
||||
===================================
|
||||
Train Series Release Notes
|
||||
===================================
|
||||
|
||||
.. release-notes::
|
||||
:branch: origin/stable/train
|
6
releasenotes/source/ussuri.rst
Normal file
6
releasenotes/source/ussuri.rst
Normal file
@ -0,0 +1,6 @@
|
||||
===================================
|
||||
Ussuri Series Release Notes
|
||||
===================================
|
||||
|
||||
.. release-notes::
|
||||
:branch: origin/stable/ussuri
|
@ -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():
|
||||
|
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user