aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-04-04 18:50:11 +0100
committerEwan Mellor <ewan@xensource.com>2007-04-04 18:50:11 +0100
commitc342161cbddfac5b1a17a652c2ca8704d091bba7 (patch)
treefa8777f0873fafac0ef6ea7e6168edd8e4589391 /tools
parentfccf5da0dd1207e80d6e8a9c6e40d2f4d6580607 (diff)
downloadxen-c342161cbddfac5b1a17a652c2ca8704d091bba7.tar.gz
xen-c342161cbddfac5b1a17a652c2ca8704d091bba7.tar.bz2
xen-c342161cbddfac5b1a17a652c2ca8704d091bba7.zip
Remove unimplemented host.set_sched_policy.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/python/xen/xend/XendAPI.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/python/xen/xend/XendAPI.py b/tools/python/xen/xend/XendAPI.py
index cd7511588e..78128f35b4 100644
--- a/tools/python/xen/xend/XendAPI.py
+++ b/tools/python/xen/xend/XendAPI.py
@@ -944,8 +944,6 @@ class XendAPI(object):
return xen_api_success(['pygrub'])
def host_get_sched_policy(self, _, host_ref):
return xen_api_success(XendNode.instance().get_vcpus_policy())
- def host_set_sched_policy(self, _, host_ref, policy):
- return xen_api_todo()
def host_get_cpu_configuration(self, _, host_ref):
return xen_api_success(XendNode.instance().get_cpu_configuration())