From 8f9fa491b3e9e40baa73f0aed307c365864e989c Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 19 Dec 2014 12:47:55 -0800 Subject: [PATCH] Bump up taskflow to >=0.6 The newer version of taskflow has functionality that was extracted from cinder and that can now be shared across cinder and glance (instead of duplicating code that was starting to happen). So to avoid further duplication and technical debt bump up the version so that the needed removal of duplicated code can occur. Change-Id: Ia03b2e4888f5f38cc9814b4be3d42c1957232293 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index e2ccecd1fc..d06ccfe375 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -147,7 +147,7 @@ sysv_ipc>=0.6.8 # BSD License suds>=0.4 suds-jurko>=0.6 -taskflow>=0.4 +taskflow>=0.6 tempest-lib tooz>=0.3 # Apache-2.0 tripleo-image-elements