[config-ref] add Healthcheck middleware plugins

Change-Id: Ie84e0e9ed0c5eb6e581ec35db42976348835663e
This commit is contained in:
KATO Tomoyuki
2017-02-13 16:26:17 +09:00
committed by Andreas Jaeger
parent bde00b78aa
commit 2587b16cf6
2 changed files with 9 additions and 0 deletions

View File

@@ -14,4 +14,5 @@ for shared service and libraries.
common-configurations/logging.rst
common-configurations/policy.rst
common-configurations/rpc.rst
common-configurations/healthcheck.rst
common-configurations/cors.rst

View File

@@ -0,0 +1,8 @@
===============================
Healthcheck middleware plug-ins
===============================
Healthcheck middleware plug-ins are used for application monitoring.
For more information, see `Healthcheck middleware plug-ins
<https://docs.openstack.org/developer/oslo.middleware/healthcheck_plugins.html>`_.