search for: set_description

Displaying 1 result from an estimated 1 matches for "set_description".

Did you mean: get_description
2007 May 15
0
[PATCH] Small fix to the host.get_name_description call
...() def host_get_name_description(self, session, host_ref): - return xen_api_success(XendNode.instance().description) + return xen_api_success(XendNode.instance().get_description()) def host_set_name_description(self, session, host_ref, new_desc): XendNode.instance().set_description(new_desc) return xen_api_success_void() _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel