Fix neutron projects in requirements to match train branch

Change-Id: I8624a27e7c943d3d5bb03f8942c817b3d9e74b84
This commit is contained in:
asarfaty 2019-12-04 15:18:51 +02:00 committed by Adit Sarfaty
parent 7eb8c06eb8
commit 6144f9059b
2 changed files with 9 additions and 9 deletions

View File

@ -46,4 +46,4 @@ stevedore==1.20.0
tenacity==5.0.2
testtools==2.2.0
tooz==1.58.0
vmware-nsxlib==13.1.0
vmware-nsxlib==15.0.1

View File

@ -33,15 +33,15 @@ mock>=2.0.0 # BSD
# These repos are installed from git in OpenStack CI if the job
# configures them as required-projects:
neutron>=14.0.0.0rc1 # Apache-2.0
networking-l2gw>=14.0.0 # Apache-2.0
networking-sfc>=8.0.0.0rc1 # Apache-2.0
neutron-fwaas>=14.0.0.0rc1 # Apache-2.0
neutron-vpnaas>=14.0.0.0rc1 # Apache-2.0
neutron-dynamic-routing>=14.0.0.0rc1 # Apache-2.0
vmware-nsxlib>=13.1.0 # Apache-2.0
neutron>=15.0.0.0 # Apache-2.0
networking-l2gw>=15.0.0 # Apache-2.0
networking-sfc>=9.0.0.0 # Apache-2.0
neutron-fwaas>=15.0.0.0 # Apache-2.0
neutron-vpnaas>=15.0.0.0 # Apache-2.0
neutron-dynamic-routing>=15.0.0.0 # Apache-2.0
vmware-nsxlib>=15.0.1 # Apache-2.0
# NOTE: we require octavia but can't depend on it for Stein
# octavia>=4.0.0.0rc1 # Apache-2.0
# octavia>=5.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