From 5e43dc7733ad2507b17bdc6f9613e25372767f86 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 8 Mar 2017 17:48:07 +0100 Subject: coordination: create coordinator at init time This also switches the coordination to zake:// in test so the code actually works like it would with a production-ready coordinator. Change-Id: I38f6a3389f70bed6b45fa7526a13d0484bfc9c3f --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 0f97d022..1504a63b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ SQLAlchemy<1.1.0,>=1.0.10 # MIT sqlalchemy-migrate>=0.9.6 # Apache-2.0 stevedore>=1.9.0 # Apache-2.0 tenacity>=3.2.1 # Apache-2.0 -tooz>=1.47.0 # Apache-2.0 +tooz[zake]>=1.47.0 # Apache-2.0 WebOb>=1.5.0 # MIT WSME>=0.8 # MIT # NOTE(jd) We do not import it directly, but WSME datetime string parsing -- cgit v1.2.1