From 9a6f9ff55ae9b0b0aa5e3e75abb7b5aeb3d3bd4c Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 27 Apr 2015 13:32:58 -0400 Subject: [PATCH] global-requirements: Add ovs ovs is the Python library for interacting with Open vSwitch. Neutron already uses this (starting in the Kilo release) but it was only just now added to PyPI. Info "For new Requirements" from the README: - Is the library actively maintained? Yes. It's included in the main openvswitch git tree and is maintained by the ovs team. - Is the library good code? Yes. - Is the library python 3 compatible? More testing is required as it's not clear what testing has already been done. It has no additional dependencies and I'm not aware of anything else that would make Python 3 compatibility difficult. - Is the library license compatible? Yes. Apache 2 - Is the library already packaged in the distros we target (Ubuntu latest / Fedora latest)? Yes. This is already an OpenStack dependency. It was just only recently uploaded to PyPI to make testing in our CI easier. - Is the function of this library already covered by other libraries in ``global-requirements.txt``? No. Change-Id: Ieb40dce8448d8d10150540238e2ab8dded5bc743 --- global-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/global-requirements.txt b/global-requirements.txt index d932a91618..605bcccb2f 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -81,6 +81,7 @@ os-cloud-config os-collect-config os-net-config os-refresh-config +ovs>=2.4.0.dev0 # Apache-2.0 paramiko>=1.13.0 passlib Paste