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

Review request for OpenLMI Developers.
By Michal Minar.

Updated Srp. 21, 2014, 1:16 odp.

Changes

Rebased on top of recent master.

Got rid of pretty cool haskell-like indenting.

Summary (updated)

shell: better handle job output parameters
Repository: openlmi-tools

Description (updated)

shell: better handle job output parameters

Due to openlmi's workaround of pegasus' shortcoming, JobOutParameters
property of job instance is something else then it should be. It's an
instance of __MethodParameters_<method_name>_Result class which derives
from __MethodParameters_<method_name> class. The latter contains input
parameters of asynchronous method. Therefor JobOutParameters may contain
input parameters as well. Let's filter them out because this may confuse
client scripts.

Diffs (updated)

  • cli/lmi/shell/LMIMethod.py (885f251e4dd64de5261f32e7c538f02a0c55fd17)

View Diff