Fix functional gate failure

Using command pip3 for python3-pip package.

Change-Id: I9f0c7ed7cf8baaa20e382e11e2276498d1c572fe
This commit is contained in:
Dongcan Ye 2020-06-29 13:45:54 +00:00
parent adaa2c38db
commit d4ef9c04ff
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,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 pip install --force oslo.config
sudo pip3 install --force oslo.config
_install_vpn_package
}