File: fix-path-of-healthcheck_disable.patch

package info (click to toggle)
neutron 2%3A27.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,980 kB
  • sloc: python: 296,211; sh: 1,507; makefile: 292; ruby: 35; sql: 19
file content (13 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix path of healthcheck_disable
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2022-11-14

--- neutron-21.0.0.orig/etc/api-paste.ini
+++ neutron-21.0.0/etc/api-paste.ini
@@ -55,4 +55,4 @@ paste.filter_factory = osprofiler.web:Ws
 [app:healthcheck]
 paste.app_factory = oslo_middleware:Healthcheck.app_factory
 backends = disable_by_file
-disable_by_file_path = /var/lib/neutron/healthcheck_disable
+disable_by_file_path = /etc/neutron/healthcheck_disable