From 239cbfbc3cd1ac30bf3c029daa1af055df0641fa Mon Sep 17 00:00:00 2001 From: Boris Pavlovic Date: Tue, 19 Sep 2017 16:47:58 -0700 Subject: [PATCH] Temporary fix for new ansible release Proper fix should be in os-faults library Change-Id: I01a97f6fa315d17ac42af4e7635a0bd0df745795 --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index c82647fad1..4405ccb2e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,9 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +# Remove after os-faults is fixed +ansible<2.4.0.0 + # Rally core dependencies alembic>=0.8.10,<=0.9.5 # MIT decorator>=3.4.0,<=4.1.2 # new BSD License