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

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

Description

It does not make sense to refresh all the LMIInstances after method call. This patch introduces an optional (keyword) argument of a method call, by which you can instruct lmishell to refresh such instance or let it be. By default, no instance is refreshed.

Example:

$ instance.MethodCall({"param1" : val1, "param2" : val2}, RefreshInstance=True)
$

Diffs

  • cli/lmi/shell/LMIMethod.py (80f422e117057f93e6b9c65519982a4d1ae435db)

View Diff