Fix stable/stein requirements for neutron projects
Use Stein released libs for neutron related projects Change-Id: Ieb5994db69d0962d49f3cf17559dd9b2db8773f0
This commit is contained in:
parent
273642cd9a
commit
66c74f6a43
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user