summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-10-22 17:15:24 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-10-22 17:23:08 -0700
commitff3cfe054bc31937376228a6a4830face6f3914b (patch)
tree8303e40a24595264aaa92f52b941716a482414b7 /setup.cfg
parent4503d21268075feb05932217df38f7b38cd5994c (diff)
downloadoslo-middleware-ff3cfe054bc31937376228a6a4830face6f3914b.tar.gz
Add a disabled by ports -> files healthcheck plugin
Since most openstack applications do not run on a single port it is useful to be able to have a single healthcheck plugin that can respond to requests for different ports with different files; this way for example keystone admin port can be disabled while its public port can be kept active (without having to run two different applications, one for the admin endpoint and one for the public endpoint). Change-Id: I0bafb5a2091e54c9f01f24812438296b75afaf63
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 63cf0d6..8ad6c42 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,6 +36,7 @@ oslo.config.opts =
oslo.middleware.healthcheck =
disable_by_file = oslo_middleware.healthcheck.disable_by_file:DisableByFileHealthcheck
+ disable_by_files_ports = oslo_middleware.healthcheck.disable_by_file:DisableByFilesPortsHealthcheck
[build_sphinx]
source-dir = doc/source