From c77c913f5b7342521aa55ac5f8bed52654b55b95 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Mon, 20 May 2019 08:19:38 +0200 Subject: [PATCH] Update requirements after ansible 2.8 release. Change-Id: I44add66eb43e3a00f3a5b2e597dc990981a6e61e --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9e75090ce..2982839d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Tobiko framework requirements -ansible>=2.4.0 # GPLv3 +ansible>=2.4.0,<2.8.0 # GPLv3 fixtures>=3.0.0 # Apache-2.0/BSD keystoneauth1>=3.4.0 # Apache-2.0 Jinja2>=2.8.0 # BSD @@ -9,11 +9,12 @@ neutron-lib>=1.25.0 # Apache-2.0 os-faults>=0.1.18 # Apache-2.0 oslo.config>=5.2.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 +paramiko>=2.4.0 # LGPLv2.1 pbr>=4.0.0 # Apache-2.0 python-heatclient>=1.5.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 python-novaclient>=9.1.0 # Apache-2.0 -python-openstackclient>=3.0.0 # +python-openstackclient>=3.0.0 # Apache-2.0 stestr>=2.0 # Apache-2.0 six>=1.10.0 # MIT testtools>=2.2.0 # MIT