Package: nova / 2014.1.3-11

path-to-the-xenhost.conf-fixup.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fixes the path to the xenhost.conf file
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Index: nova/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost
===================================================================
--- nova.orig/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost	2014-03-07 14:45:23.000000000 +0800
+++ nova/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost	2014-03-07 14:54:05.000000000 +0800
@@ -43,7 +43,7 @@
 
 
 host_data_pattern = re.compile(r"\s*(\S+) \([^\)]+\) *: ?(.*)")
-config_file_path = "/usr/etc/xenhost.conf"
+config_file_path = "/etc/xcp/xenhost.conf"
 DEFAULT_TRIES = 23
 DEFAULT_SLEEP = 10