From f40619b2b4531bf4f06a22124edae35438bf2cc3 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 27 May 2015 13:13:39 -0400 Subject: [PATCH] Block oslo.vmware 0.13.0 due to a backwards incompatible change Lots of details on the global requirements patch that this Depends-On. Essentially, nova tests are broken with the oslo.vmware release and we need to block this version. Partial-Bug: #1459021 Depends-On: Icf1ce8dbb4b2c0b6b627d5d8be0b85a42e99c784 Change-Id: I4b9a471c9783dff769cbdec2e534bb0157f141f6 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 06c25165b0..b0654fd023 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22,4 +22,4 @@ testtools>=0.9.36,!=1.2.0 tempest-lib>=0.5.0 # vmwareapi driver specific dependencies -oslo.vmware>=0.11.1 # Apache-2.0 +oslo.vmware>=0.11.1,!=0.13.0 # Apache-2.0