From b9946fded52a1cdd88e275415cf0f83a8bdfc870 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 10 Nov 2015 13:27:45 -0800 Subject: [PATCH] Revert "Update pyelasticsearch to >=1.4" This reverts commit 87453fe17bb3051c46058d7b1972fb320e38e54f. Reverting because newer pyelasticsearch does not support API roots other than / which breaks against our root of /elasticsearch. I have pushed https://github.com/pyelasticsearch/pyelasticsearch/pull/182 upstream to fix so maybe we can upgrade once that gets in and is released. Change-Id: I4ba78fac924bf6d2ec8ccda1af6970577c74e6ec --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9fe8704c..e01268c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ six python-dateutil>=2.0 pytz -pyelasticsearch>=1.4 +pyelasticsearch<1.0 gerritlib python-daemon<2.0 # BUg https://storyboard.openstack.org/#!/story/2000107 # irc depends on jaraco modules. jaraco.functools 1.6 attempts to import