File: cloudkitty.utils.py.patch

package info (click to toggle)
cloudkitty 22.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,416 kB
  • sloc: python: 21,069; sh: 521; makefile: 226; pascal: 54
file content (11 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
--- a/cloudkitty/utils.py.orig	2018-02-24 14:55:08.938769519 +0000
+++ b/cloudkitty/utils.py	2018-02-24 14:55:18.426531672 +0000
@@ -74,7 +74,7 @@
                 deprecated_for_removal=True,
                 help='Services to monitor.'),
     cfg.StrOpt('metrics_conf',
-               default='/etc/cloudkitty/metrics.yml',
+               default='etc/cloudkitty/metrics.yml',
                help='Metrology configuration file.'),
 ]
 CONF = cfg.CONF