From 4a7b3407864b3d0fda77137782b3bed399bb9f2a Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 21 Oct 2015 15:01:52 +0800 Subject: [PATCH] Manually sync functional test requirements They don't get automatically sync'd. This patch sync the version of python-*-client. Change-Id: I7a0e54a4e4753c82f56d83aa721abf76ec0962b9 --- heat_integrationtests/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/heat_integrationtests/requirements.txt b/heat_integrationtests/requirements.txt index da8673bff0..0027b3e324 100644 --- a/heat_integrationtests/requirements.txt +++ b/heat_integrationtests/requirements.txt @@ -9,12 +9,12 @@ oslo.concurrency>=2.1.0 oslo.config>=1.11.0 # Apache-2.0 oslo.utils>=1.6.0 # Apache-2.0 paramiko>=1.13.0 -python-ceilometerclient>=1.0.13 -python-cinderclient>=1.2.2 +python-ceilometerclient>=1.5.0 +python-cinderclient>=1.3.1 python-keystoneclient>=1.6.0 -python-heatclient>=0.3.0 -python-neutronclient<3,>=2.3.11 -python-novaclient>=2.22.0 +python-heatclient>=0.6.0 +python-neutronclient>=2.6.0 +python-novaclient>=2.29.0 python-swiftclient>=2.2.0 PyYAML>=3.1.0 requests>=2.5.2