Merge "Install python-openvswitch from PyPI using requirements"

This commit is contained in:
Zuul 2020-07-10 23:51:51 +00:00 committed by Gerrit Code Review
commit d7ab8f2a78
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" exit_distro_not_supported "installing dhclient and ncat packages"
fi 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 enable_kernel_bridge_firewall
} }