Drop installation of tox

The comment indicates that tox is used to generate config files, but
it's actually not.

Change-Id: Iddd45e084641bb3711985484e988ed533965f4f4
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2026-02-25 23:40:08 +09:00
parent 3bd7a7bde0
commit 55c045539d

View File

@@ -401,9 +401,6 @@ function install_ovn {
# Check the OVN configuration
ovn_sanity_check
# Install tox, used to generate the config (see devstack/override-defaults)
pip_install tox
sudo mkdir -p $OVS_RUNDIR
sudo chown $(whoami) $OVS_RUNDIR