[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] Fix get_config_value call.



# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1169139704 0
# Node ID 0cd1ad6dc19dc3c46e26f311cbc15433fc59baa2
# Parent  f78cca1e57a27305e54b636e92cc25666ebfd9c3
Fix get_config_value call.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/XendOptions.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r f78cca1e57a2 -r 0cd1ad6dc19d tools/python/xen/xend/XendOptions.py
--- a/tools/python/xen/xend/XendOptions.py      Thu Jan 18 16:48:12 2007 +0000
+++ b/tools/python/xen/xend/XendOptions.py      Thu Jan 18 17:01:44 2007 +0000
@@ -312,7 +312,7 @@ class XendOptionsFile(XendOptions):
             raise XendError("invalid xend config %s: expected int: %s" % 
(name, v))
 
     def get_config_string(self, name, val=None):
-        return get_config_value(self, name, val)
+        return self.get_config_value(self, name, val)
 
     def get_xen_api_server(self):
         """Get the Xen-API server configuration.

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.