debuggers.hg
changeset 14615:c815f6553816
Fix typo in VIF_metrics_methods in XenAPI
signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
author | Tom Wilkie <tom.wilkie@gmail.com> |
---|---|
date | Tue Mar 27 13:45:30 2007 +0100 (2007-03-27) |
parents | 2c1556c893e7 |
children | 7eff43986c3a |
files | tools/python/xen/xend/XendAPI.py |
line diff
1.1 --- a/tools/python/xen/xend/XendAPI.py Tue Mar 27 11:31:25 2007 +0100 1.2 +++ b/tools/python/xen/xend/XendAPI.py Tue Mar 27 13:45:30 2007 +0100 1.3 @@ -1993,7 +1993,7 @@ class XendAPI(object): 1.4 'io_write_kbs', 1.5 'last_updated'] 1.6 VIF_metrics_attr_rw = [] 1.7 - VIF_methods = [] 1.8 + VIF_metrics_methods = [] 1.9 1.10 def VIF_metrics_get_record(self, _, ref): 1.11 vm = XendDomain.instance().get_vm_with_dev_uuid('vif', ref)