aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTom Wilkie <tom.wilkie@gmail.com>2007-03-27 17:43:36 +0100
committerTom Wilkie <tom.wilkie@gmail.com>2007-03-27 17:43:36 +0100
commitaa306dd4637f57989f232e1c6ab7a02feb5da7d4 (patch)
tree4005644e9258c4015909f40b5480eae9bf40902d /tools
parentd867315e3cd021d5dbce94723bdbed073808c860 (diff)
downloadxen-aa306dd4637f57989f232e1c6ab7a02feb5da7d4.tar.gz
xen-aa306dd4637f57989f232e1c6ab7a02feb5da7d4.tar.bz2
xen-aa306dd4637f57989f232e1c6ab7a02feb5da7d4.zip
Fix typo in VDB_metrics_methods in XenAPI
signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/python/xen/xend/XendAPI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/xen/xend/XendAPI.py b/tools/python/xen/xend/XendAPI.py
index 80f8f817be..6c8be0f78a 100644
--- a/tools/python/xen/xend/XendAPI.py
+++ b/tools/python/xen/xend/XendAPI.py
@@ -1856,7 +1856,7 @@ class XendAPI(object):
'io_write_kbs',
'last_updated']
VBD_metrics_attr_rw = []
- VBD_methods = []
+ VBD_metrics_methods = []
def VBD_metrics_get_all(self, session):
return self.VBD_get_all(session)