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

Review request for OpenLMI Developers.
By Peter Hatina.

Updated Dec. 2, 2013, 9:48 a.m.

Changes

Proper error messages are shown.
Repository: openlmi-tools

Description

The patch introduces some useful log messages in the connect() function. When connecting to CIMOM, 2 situations may occur:

1. user has provided valid username+password/certificate or is connected via Unix-socket:
   - in that case, output INFO message with "Connected" string
   - by default, lmishell outputs only ERROR messages, so no message will be print out
      - to see the message of successful connection, run lmishell with "-v" or "-m" CLI option

2. user has provided invalid username+password/certificate:
   - output ERROR message with "Not connected" string
   - the log message can be suppressed by running lmishell with "-q" CLI option

Diffs (updated)

  • cli/lmi/shell/LMIConnection.py (52c99228ac7c37ddea77fa4fad6a57813daa4b9e)
  • cli/lmishell (e493af571c72b9ffc22a500b6716d037faec88c3)

View Diff