Prepare the new W branch
Change-Id: I076b563c42fd88495203c708f724f693df793c92
This commit is contained in:
parent
bff0c44668
commit
dc7c191303
@ -32,15 +32,15 @@ decorator>=4.4.1 # BSD
|
||||
|
||||
# These repos are installed from git in OpenStack CI if the job
|
||||
# configures them as required-projects:
|
||||
neutron>=16.0.0.0 # Apache-2.0
|
||||
neutron>=17.0.0.0 # Apache-2.0
|
||||
networking-l2gw>=16.0.0 # Apache-2.0
|
||||
networking-sfc>=9.0.0.0 # Apache-2.0
|
||||
networking-sfc>=10.0.0.0 # Apache-2.0
|
||||
neutron-fwaas>=16.0.0.0 # Apache-2.0
|
||||
neutron-vpnaas>=16.0.0.0 # Apache-2.0
|
||||
neutron-vpnaas>=17.0.0.0 # Apache-2.0
|
||||
neutron-dynamic-routing>=16.0.0.0 # Apache-2.0
|
||||
vmware-nsxlib>=16.0.0 # Apache-2.0
|
||||
# NOTE: we require octavia but can't depend on it for Stein
|
||||
# octavia>=6.0.0.0 # Apache-2.0
|
||||
# NOTE: we require octavia but can't depend on it
|
||||
# octavia>=7.0.0.0 # Apache-2.0
|
||||
|
||||
# The comment below indicates this project repo is current with neutron-lib
|
||||
# and should receive neutron-lib consumption patches as they are released
|
||||
|
@ -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.USSURI]
|
||||
migration.TRAIN, migration.USSURI, migration.VICTORIA]
|
||||
|
||||
|
||||
def upgrade():
|
||||
|
@ -28,7 +28,8 @@ revision = '99bfcb6003c6'
|
||||
down_revision = 'fc6308289aca'
|
||||
|
||||
# milestone identifier, used by neutron-db-manage
|
||||
neutron_milestone = [migration.STEIN, migration.TRAIN, migration.USSURI]
|
||||
neutron_milestone = [migration.STEIN, migration.TRAIN, migration.USSURI,
|
||||
migration.VICTORIA]
|
||||
|
||||
|
||||
def upgrade():
|
||||
|
Loading…
x
Reference in New Issue
Block a user