Merge "[Devstack] Use devstack's install_python3 function"

This commit is contained in:
Zuul 2019-03-14 08:35:05 +00:00 committed by Gerrit Code Review
commit cf85192431
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ TOBIKO_PLUGIN_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
function install_tobiko {
echo_summary "Installing tobiko-plugin"
apt_get install python3-dev
install_python3
setup_dev_lib tobiko
}