From 7ebd1d16eb63510ba9d983b474a5607186353472 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Thu, 9 Jul 2020 09:26:54 +0000 Subject: [PATCH] Install python-openvswitch from PyPI using requirements This package is available in PyPI as "ovs". Trivial-Fix Change-Id: I1e4de27fa5e20308d778f1f3d55bc5fd9481bee8 --- tools/configure_for_func_testing.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tools/configure_for_func_testing.sh b/tools/configure_for_func_testing.sh index cf74731280a..96026ce07b1 100755 --- a/tools/configure_for_func_testing.sh +++ b/tools/configure_for_func_testing.sh @@ -271,16 +271,6 @@ function _install_post_devstack { exit_distro_not_supported "installing dhclient and ncat packages" fi - # Installing python-openvswitch from packages is a stop-gap while - # python-openvswitch remains unavailable from pypi. This also - # requires that sitepackages=True be set in tox.ini to allow the - # venv to use the installed package. Once python-openvswitch - # becomes available on pypi, this will no longer be required. - # - # NOTE: the package name 'python-openvswitch' is common across - # supported distros. - install_package python-openvswitch - enable_kernel_bridge_firewall }