This is an automatically generated e-mail. To reply, visit: http://reviewboard-openlmi.rhcloud.com/r/1940/

This change has been marked as submitted.


Review request for OpenLMI Developers.
By Peter Hatina.

Updated July 31, 2014, 9:59 a.m.

Repository: openlmi-tools

Description

Allow LMIInstanceName to call DeleteInstance, as well.

Testing

Let's assume, that there is a "deleteme" account present on a managed system. Then, we can execute following:

> c = connect(...)
> iname = c.root.cimv2.LMI_Account.first_instance_name({"Name": "deleteme"})
> iname.delete()
True
> iname.is_deleted
True
>

Diffs

  • cli/lmi/shell/LMIInstanceName.py (2e45a8b8b21cb0f2a6c1ede7274384e22ba87e65)
  • doc/src/shell/instance_names.rst (3644b0bd233c0253b0000003221facc29ec42d69)

View Diff