functional: Fix failing due to Noble and pip restricitons

Change-Id: Id66e6941910e0f5ccde49de14ce710cb4295893b
This commit is contained in:
elajkat 2024-12-04 14:33:19 +01:00 committed by yatin
parent 2c644d3a5a
commit 705dfd0824

View File

@ -48,7 +48,7 @@ function configure_host_for_vpn_func_testing {
fi
# Note(pc_m): Need to ensure this is installed so we have
# oslo-config-generator present (as this script runs before tox.ini).
sudo pip3 install --force oslo.config
install_package python3-oslo*config
_install_vpn_package
}