Update venv requirements

PROD-37197

Change-Id: I73d9a7bc00b0ed0d2979e22a5ce38b0c5d423a2c
diff --git a/tcp_tests/requirements.txt b/tcp_tests/requirements.txt
index c3352df..92855d2 100644
--- a/tcp_tests/requirements.txt
+++ b/tcp_tests/requirements.txt
@@ -13,6 +13,7 @@
 junit-xml
 jinja2>=2.9
 jira
+jsonfield<3.0.0
 testrail<=0.3.8
 functools32
 kubernetes<9.0.0
@@ -24,6 +25,7 @@
 PyYAML!=5.1
 polling==0.3.2
 retrying
+virtualbmc<2.0
 
 
 # For Queens: https://github.com/openstack/requirements/blob/stable/queens/global-requirements.txt
diff --git a/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh b/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh
index 600b5a0..4e3f088 100644
--- a/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh
+++ b/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh
@@ -8,7 +8,7 @@
 fi
 
 if [ ! -d ${DEVOPS_VENV_PATH} ]; then
-    virtualenv ${DEVOPS_VENV_PATH}
+    virtualenv --python=python2 ${DEVOPS_VENV_PATH}
 fi
 if [ ! -d ${REPORT_VENV_PATH} ]; then
     virtualenv --python=python3.7 ${REPORT_VENV_PATH}