Install python-openvswitch from PyPI using requirements

This package is available in PyPI as "ovs".

Trivial-Fix

Change-Id: I1e4de27fa5e20308d778f1f3d55bc5fd9481bee8
This commit is contained in:
Rodolfo Alonso Hernandez 2020-07-09 09:26:54 +00:00
parent ad89914694
commit 7ebd1d16eb
1 changed files with 0 additions and 10 deletions

View File

@ -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
}