From: Ewan Mellor Date: Wed, 4 Apr 2007 17:50:11 +0000 (+0100) Subject: Remove unimplemented host.set_sched_policy. X-Git-Tag: 3.1.0-branched~78^2~11 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c342161cbddfac5b1a17a652c2ca8704d091bba7;p=xen.git Remove unimplemented host.set_sched_policy. Signed-off-by: Ewan Mellor --- 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())