File: add-a-healthcheck_disable-file.patch

package info (click to toggle)
aodh 21.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,012 kB
  • sloc: python: 11,872; sh: 284; makefile: 207
file content (15 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Add a healthcheck_disable file
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2022-11-14

--- aodh-15.0.0.orig/aodh/api/api-paste.ini
+++ aodh-15.0.0/aodh/api/api-paste.ini
@@ -13,6 +13,7 @@ use = egg:Paste#urlmap
 [app:healthcheck]
 use = egg:oslo.middleware#healthcheck
 oslo_config_project = aodh
+disable_by_file_path = /etc/aodh/healthcheck_disable
 
 [pipeline:aodhversions_pipeline]
 pipeline = cors http_proxy_to_wsgi aodhversions