From d345a4b6a2ab63603caabaea6260351d86591165 Mon Sep 17 00:00:00 2001 From: gordon chung Date: Wed, 21 Jan 2015 11:21:03 -0500 Subject: add shortcut to healthcheck middleware shortcut to healthcheck middleware to hide module path. Change-Id: I48539b33baa7b6001bd4c8a963ada34046b12fac --- oslo_middleware/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oslo_middleware/__init__.py b/oslo_middleware/__init__.py index a64dae0..262a7aa 100644 --- a/oslo_middleware/__init__.py +++ b/oslo_middleware/__init__.py @@ -13,11 +13,13 @@ __all__ = ['CatchErrors', 'CorrelationId', 'Debug', + 'Healthcheck', 'RequestId', 'RequestBodySizeLimiter'] from oslo_middleware.catch_errors import CatchErrors from oslo_middleware.correlation_id import CorrelationId from oslo_middleware.debug import Debug +from oslo_middleware.healthcheck import Healthcheck from oslo_middleware.request_id import RequestId from oslo_middleware.sizelimit import RequestBodySizeLimiter -- cgit v1.2.1