Drop python2 virtualenv for devstack

We no longer support python2, so we can just test using python3
virtualenv.

Change-Id: Id01f470e2d3424c3789a8f05f9eb05ac783f8363
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-01-21 14:19:01 -05:00
parent 63dbab87df
commit 4c533c8718
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 5 deletions

View File

@ -61,11 +61,7 @@ function install_glean {
# Install nodepool code
function install_nodepool {
if python3_enabled; then
VENV="virtualenv -p python${PYTHON3_VERSION}"
else
VENV="virtualenv -p python${PYTHON2_VERSION}"
fi
VENV="virtualenv -p python3"
$VENV $NODEPOOL_INSTALL
install_shade
install_diskimage_builder