Merge branch 'master' of ssh://gerrit.mcp.mirantis.com:29418/mcp/tcp-qa

Change-Id: I0fe162b099c2c19c6672a391984460eb9a283990
diff --git a/tcp_tests/requirements.txt b/tcp_tests/requirements.txt
index 328207e..5f58f3f 100644
--- a/tcp_tests/requirements.txt
+++ b/tcp_tests/requirements.txt
@@ -1,6 +1,7 @@
 mock>=1.2,<4.0.0 # pinning first to avoid dependency meat grinder below
 netaddr==0.7.18
 libvirt-python>=3.5.0,<4.1.0  # LGPLv2+
+python-dateutil==2.8.2
 git+https://github.com/openstack-archive/fuel-devops.git@10f4ac744e89bfefcba3d7d009de82669c52fa6e   # Use this requirement for Sqlite3, or if requirements for PostgreSQL are already installed
 git+https://github.com/dis-xcom/fuel-devops-driver-ironic
 paramiko<=2.8.0
diff --git a/tcp_tests/templates/shared-salt.yaml b/tcp_tests/templates/shared-salt.yaml
index 1f43386..d6c8cdf 100644
--- a/tcp_tests/templates/shared-salt.yaml
+++ b/tcp_tests/templates/shared-salt.yaml
@@ -455,7 +455,7 @@
     . /root/venv-reclass-tools/bin/activate;
     pip install -U pip
 
-    pip install cookiecutter
+    pip install "python-dateutil==2.8.2" cookiecutter
 
     chmod 0600 /tmp/{{ COOKIECUTTER_TEMPLATES_REPOSITORY_KEY_PATH | basename }}
     eval $(ssh-agent)