summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMehdi Abaakouk <sileht@redhat.com>2016-04-20 09:33:25 +0200
committerMehdi Abaakouk <sileht@redhat.com>2016-04-20 15:33:16 +0200
commit24f75dae1219e8b82ffe26571a5ebe3e6b746701 (patch)
tree40101bc487941165286c67723f3ad41b802bf93c /requirements.txt
parent3766f21c7f322a70eb6780a4f5b633be70084367 (diff)
downloadceilometer-24f75dae1219e8b82ffe26571a5ebe3e6b746701.tar.gz
notification: Remove eventlet timers
This change removes usage of eventlet timers. This allows coordinator heartbeat/watchers to work correctly when the main thread is stuck for any reason (IO, time.sleep, ...). Change-Id: I847aebb0d0166c2b46505061a15a06e3ce1b5eb2 Closes-Bug: #1566887
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index bb77c1a7..9b3d3ea0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,6 +2,8 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
+futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
+futurist>=0.11.0 # Apache-2.0
retrying!=1.3.0,>=1.2.3 # Apache-2.0
jsonpath-rw-ext>=0.1.9 # Apache-2.0
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT