[OVN] Sync requirements with OVN
This patch sync requirements from OVN requirements. Change-Id: I988e506e9593e7c0856ef9e2955ec04b37f2ba3b Related-Blueprint: neutron-ovn-merge
This commit is contained in:
parent
2a8b70d2db
commit
9267966628
@ -17,6 +17,7 @@ ddt==1.0.1
|
|||||||
debtcollector==1.2.0
|
debtcollector==1.2.0
|
||||||
decorator==3.4.0
|
decorator==3.4.0
|
||||||
deprecation==1.0
|
deprecation==1.0
|
||||||
|
doc8==0.6.0
|
||||||
docutils==0.11
|
docutils==0.11
|
||||||
dogpile.cache==0.6.2
|
dogpile.cache==0.6.2
|
||||||
dulwich==0.15.0
|
dulwich==0.15.0
|
||||||
@ -86,7 +87,7 @@ oslo.versionedobjects==1.35.1
|
|||||||
oslotest==3.2.0
|
oslotest==3.2.0
|
||||||
osprofiler==2.3.0
|
osprofiler==2.3.0
|
||||||
ovs==2.8.0
|
ovs==2.8.0
|
||||||
ovsdbapp==0.9.1
|
ovsdbapp==0.17.0
|
||||||
Paste==2.0.2
|
Paste==2.0.2
|
||||||
PasteDeploy==1.5.0
|
PasteDeploy==1.5.0
|
||||||
pbr==4.0.0
|
pbr==4.0.0
|
||||||
@ -137,11 +138,12 @@ statsd==3.2.1
|
|||||||
stestr==1.0.0
|
stestr==1.0.0
|
||||||
stevedore==1.20.0
|
stevedore==1.20.0
|
||||||
Tempita==0.5.2
|
Tempita==0.5.2
|
||||||
tenacity==3.2.1
|
tenacity==4.4.0
|
||||||
testrepository==0.0.18
|
testrepository==0.0.18
|
||||||
testresources==2.0.0
|
testresources==2.0.0
|
||||||
testscenarios==0.4
|
testscenarios==0.4
|
||||||
testtools==2.2.0
|
testtools==2.2.0
|
||||||
|
tooz==1.58.0
|
||||||
tinyrpc==0.6
|
tinyrpc==0.6
|
||||||
traceback2==1.4.0
|
traceback2==1.4.0
|
||||||
unittest2==1.1.0
|
unittest2==1.1.0
|
||||||
|
@ -18,7 +18,7 @@ netaddr>=0.7.18 # BSD
|
|||||||
netifaces>=0.10.4 # MIT
|
netifaces>=0.10.4 # MIT
|
||||||
neutron-lib>=1.29.1 # Apache-2.0
|
neutron-lib>=1.29.1 # Apache-2.0
|
||||||
python-neutronclient>=6.7.0 # Apache-2.0
|
python-neutronclient>=6.7.0 # Apache-2.0
|
||||||
tenacity>=3.2.1 # Apache-2.0
|
tenacity>=4.4.0 # Apache-2.0
|
||||||
SQLAlchemy>=1.2.0 # MIT
|
SQLAlchemy>=1.2.0 # MIT
|
||||||
WebOb>=1.8.2 # MIT
|
WebOb>=1.8.2 # MIT
|
||||||
keystoneauth1>=3.4.0 # Apache-2.0
|
keystoneauth1>=3.4.0 # Apache-2.0
|
||||||
@ -46,7 +46,7 @@ oslo.versionedobjects>=1.35.1 # Apache-2.0
|
|||||||
osprofiler>=2.3.0 # Apache-2.0
|
osprofiler>=2.3.0 # Apache-2.0
|
||||||
os-ken >= 0.3.0 # Apache-2.0
|
os-ken >= 0.3.0 # Apache-2.0
|
||||||
ovs>=2.8.0 # Apache-2.0
|
ovs>=2.8.0 # Apache-2.0
|
||||||
ovsdbapp>=0.9.1 # Apache-2.0
|
ovsdbapp>=0.17.0 # Apache-2.0
|
||||||
psutil>=3.2.2 # BSD
|
psutil>=3.2.2 # BSD
|
||||||
pyroute2>=0.5.3;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
|
pyroute2>=0.5.3;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
|
||||||
|
|
||||||
@ -55,3 +55,5 @@ openstacksdk>=0.31.2 # Apache-2.0
|
|||||||
python-designateclient>=2.7.0 # Apache-2.0
|
python-designateclient>=2.7.0 # Apache-2.0
|
||||||
os-xenapi>=0.3.1 # Apache-2.0
|
os-xenapi>=0.3.1 # Apache-2.0
|
||||||
os-vif>=1.15.1 # Apache-2.0
|
os-vif>=1.15.1 # Apache-2.0
|
||||||
|
futurist>=1.2.0 # Apache-2.0
|
||||||
|
tooz>=1.58.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user