Fix stable/stein requirements for neutron projects

Use Stein released libs for neutron related projects

Change-Id: Ieb5994db69d0962d49f3cf17559dd9b2db8773f0
This commit is contained in:
Adit Sarfaty 2019-09-22 12:49:53 +03:00
parent 273642cd9a
commit 66c74f6a43
2 changed files with 9 additions and 9 deletions

View File

@ -136,7 +136,7 @@ tooz==1.58.0
unittest2==1.1.0
urllib3==1.21.1
vine==1.1.4
vmware-nsxlib==13.1.0
vmware-nsxlib==14.0.0
waitress==1.1.0
WebTest==2.0.27
wrapt==1.7.0

View File

@ -31,14 +31,14 @@ 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-lbaas>=14.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>=14.0.0.0rc1,<15.0.0 # Apache-2.0
networking-l2gw>=14.0.0,<15.0.0 # Apache-2.0
networking-sfc>=8.0.0.0rc1,<15.0.0 # Apache-2.0
neutron-lbaas>=14.0.0.0rc1,<15.0.0 # Apache-2.0
neutron-fwaas>=14.0.0.0rc1,<15.0.0 # Apache-2.0
neutron-vpnaas>=14.0.0.0rc1,<15.0.0 # Apache-2.0
neutron-dynamic-routing>=14.0.0.0rc1,<15.0.0 # Apache-2.0
vmware-nsxlib>=14.0.0 # Apache-2.0
# NOTE: we require octavia but can't depend on it for Stein
# octavia>=4.0.0.0rc1 # Apache-2.0