]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Add 'ovs' to requirements.txt
authorJohn Schwarz <jschwarz@redhat.com>
Tue, 8 Dec 2015 09:52:36 +0000 (11:52 +0200)
committerRussell Bryant <rbryant@redhat.com>
Wed, 13 Jan 2016 13:15:49 +0000 (13:15 +0000)
It is needed by neutron/agent/ovsdb/impl_idl.py.

Closes-Bug: #1523845
Change-Id: If44b649949c686b589859fc1d4d2bb510afb64fd

requirements.txt

index eb984cd9eed1cec0d5830ae7c661f805140f3f64..78f062adc06a44629a14f518f7ef0656409242dd 100644 (file)
@@ -39,5 +39,6 @@ oslo.serialization>=1.10.0 # Apache-2.0
 oslo.service>=0.12.0 # Apache-2.0
 oslo.utils>=2.8.0 # Apache-2.0
 oslo.versionedobjects>=0.13.0
+ovs>=2.4.0;python_version=='2.7'        # Apache-2.0
 
 python-novaclient!=2.33.0,>=2.29.0