d7400b5dc4
This change allows uses to enable the healthcheck middleware from oslo.middleware in API pipeline, by setting the [healthcheck]/enabled option. This middleware provides an API endpoint at /healthcheck path which allows load balancers or monitoring applications to determine a service is up using HTTP requests. This change basically follows the same change merged in ironic[1] repo. [1] 6f439414bdcef9fc02f844f475ec798d48d42558 Change-Id: Ic2ee2bca74ea2a5a0723ef54b10c531f77ea7b8d
15 lines
398 B
Plaintext
15 lines
398 B
Plaintext
[DEFAULT]
|
|
output_file = example.conf
|
|
namespace = ironic_inspector
|
|
namespace = ironic_lib.mdns
|
|
namespace = keystonemiddleware.auth_token
|
|
namespace = oslo.db
|
|
namespace = oslo.log
|
|
namespace = oslo.messaging
|
|
namespace = oslo.middleware.cors
|
|
namespace = oslo.middleware.healthcheck
|
|
namespace = oslo.policy
|
|
namespace = oslo.service.service
|
|
namespace = oslo.service.sslutils
|
|
namespace = oslo.service.wsgi
|