summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-09-10 15:18:55 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-09-17 14:42:13 -0700
commitccff90e5b604904831e2085b173ea9a66d0441b8 (patch)
tree8b63e8197507d3b6f4d481e297a96e22b38c811e /requirements.txt
parent9c873f48cce637849e08eca158e803cccd4511c6 (diff)
downloadoslo-middleware-ccff90e5b604904831e2085b173ea9a66d0441b8.tar.gz
Allow the healthcheck middleware to provide more detailed responses
It can be quite useful to have admin endpoints for healthcheck middleware provide more information about the health of the system. To enable this kind of information this initial step starts to add a jinja2 template that will produce the existing simple case by default, but when setup with detailed mode it can then produce more information about which checks were performed and there results. It can be expanded in the future to provide more information as desired (possibly showing more useful application level info when in detailed mode). Closes-Bug: #1494531 Change-Id: I9c6dae848985d950c3cf6798695c7669eb245ccb
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index ecab230..028e0fd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,9 +4,12 @@
pbr<2.0,>=1.6
Babel>=1.3
+Jinja2>=2.6 # BSD License (3 clause)
+ordereddict
oslo.config>=2.3.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
+oslo.utils>=2.0.0 # Apache-2.0
six>=1.9.0
stevedore>=1.5.0 # Apache-2.0
WebOb>=1.2.3