f17dd7a04b
This change introduces a new option, [healthcheck] enabled, which enables the healthcheck middleware in mistral-api pipeline. This middleware allows status check at /healthcheck path, which is useful for load balancers or any monitoring services to validate health of its backend services. This change is created based on the same change proposed to ironic[1]. [1] 6f439414bdcef9fc02f844f475ec798d48d42558 Co-Authored-By: Jim Rollenhagen <jim@jimrollenhagen.com> Change-Id: I9bf3de8a5ae6a8c9346285147732b773a3667f7e
12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
[DEFAULT]
|
|
namespace = mistral.config
|
|
namespace = oslo.db
|
|
namespace = oslo.messaging
|
|
namespace = oslo.middleware.cors
|
|
namespace = oslo.middleware.healthcheck
|
|
namespace = oslo.middleware.http_proxy_to_wsgi
|
|
namespace = keystonemiddleware.auth_token
|
|
namespace = oslo.log
|
|
namespace = oslo.policy
|
|
namespace = oslo.service.sslutils
|