+ def cim_destroy(self, ip):
+ service = vsms.get_vsms_class(self.virt)(ip)
+ cs_cn = get_typed_class(self.virt, 'ComputerSystem')
+ target = pywbem.cim_obj.CIMInstanceName(cs_cn, keybindings = {
+ 'Name':
self.domain_name,
+ 'CreationClassName':
cs_cn})
Sorry to be nitpicky - can you set the keybindings on a separate line?
As it is now, the arguments for CIMInstanceName() are wrapping an 80
character line.
Otherwise, this looks good!
Thanks!
--
Kaitlin Rupert
IBM Linux Technology Center
kaitlin(a)linux.vnet.ibm.com