Merge "Fix configure script for functional tests"

This commit is contained in:
Jenkins 2016-02-19 21:30:42 +00:00 committed by Gerrit Code Review
commit 0fa8cbee34
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@ function configure_host_for_vpn_func_testing {
if [ "$IS_GATE" == "True" ]; then
configure_host_for_func_testing
fi
sudo pip install --force oslo.config==3.0.0 # req for oslo-config-generator
# Note(pc_m): Need to ensure this is installed so we have
# oslo-config-generator present (as this script runs before tox.ini).
sudo pip install --force oslo.config
_install_vpn_package
_configure_vpn_ini_file
}