]> xenbits.xensource.com Git - xen.git/commitdiff
Remove unimplemented host.set_sched_policy.
authorEwan Mellor <ewan@xensource.com>
Wed, 4 Apr 2007 17:50:11 +0000 (18:50 +0100)
committerEwan Mellor <ewan@xensource.com>
Wed, 4 Apr 2007 17:50:11 +0000 (18:50 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendAPI.py

index cd7511588eea7c6ac313c4455dfc2fa40ec0057a..78128f35b4aeb979996a04ce5c0e6ff26599c45a 100644 (file)
@@ -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())