From 304ddc6a3ba4f3c7bba707f779584a593ae1e054 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Wed, 13 Mar 2019 09:51:29 -0500 Subject: [PATCH] Blacklist os-brick 2.8.0 os-brick 2.8.0 included a rename [1] which it was since decided [2] to revert [3]. We need to blacklist 2.8.0 so the new symbol name doesn't get picked up by anyone who will then be broken when upgrading to a subsequent version that includes the revert. [1] I1c99cdff5074180a09c315954c743b2bb0565f53 [2] http://eavesdrop.openstack.org/irclogs/%23openstack-cinder/%23openstack-cinder.2019-03-12.log.html#t2019-03-12T16:01:09 [3] Ia1e119c16091bbf6ff79e0acea8c1a7c656d6dd1 Change-Id: I5dc9107abc06158e0b914c5c35ddd4b2a55b2604 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 66e667c821..afcd53f06d 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -171,7 +171,7 @@ oslo.vmware # Apache-2.0 oslo.versionedobjects # Apache-2.0 osprofiler # Apache-2.0 os-apply-config # Apache-2.0 -os-brick # Apache-2.0 +os-brick!=2.8.0 # Apache-2.0 os-client-config # Apache-2.0 os-collect-config # Apache-2.0 os-dpm # Apache-2.0