File: cloudkitty.utils.py.patch

package info (click to toggle)
cloudkitty 13.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,888 kB
  • sloc: python: 16,997; sh: 372; makefile: 218; pascal: 54
file content (11 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (6)
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