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

Review request for OpenLMI Developers.
By Peter Hatina.
Repository: openlmi-tools

Description

This patch unifies the means of passing arguments to method call and instance filtering.

Example:
> instance.MethodCall({"Param1" : val1, "Param2" : val2, ...})

compared to:

> instance.MethodCall(Param1=val1, Param2=val2, ...)

NOTE: The previous way, how to pass parameters to the method call still works.

Diffs

  • cli/lmi/shell/LMIMethod.py (8168ca406df98ba4da49ff31ba7b4188195593b7)

View Diff