oslo.middleware/oslo_middleware/healthcheck
Joshua Harlow ff3cfe054b 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
2015-10-22 17:23:08 -07:00
..
__init__.py Add a disabled by ports -> files healthcheck plugin 2015-10-22 17:23:08 -07:00
disable_by_file.py Add a disabled by ports -> files healthcheck plugin 2015-10-22 17:23:08 -07:00
pluginbase.py Add a disabled by ports -> files healthcheck plugin 2015-10-22 17:23:08 -07:00