Merge "add install_devstack_tools"
This commit is contained in:
commit
df09c43386
@ -441,6 +441,13 @@ function install_python3 {
|
||||
fi
|
||||
}
|
||||
|
||||
function install_devstack_tools {
|
||||
# intentionally old to ensure devstack-gate has control
|
||||
local dstools_version=${DSTOOLS_VERSION:-0.1.2}
|
||||
install_python3
|
||||
sudo pip3 install -U devstack-tools==${dstools_version}
|
||||
}
|
||||
|
||||
# Restore xtrace
|
||||
$INC_PY_TRACE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user