CiscoUcs / ucsmsdk

Python SDK for Cisco UCSM
Other
81 stars 60 forks source link

event handler fixes #86

Closed vvb closed 8 years ago

vvb commented 8 years ago
  1. abstracted out poll_mode via wait_for_event.
  2. bug fix when python property names used have _ in them. It would have worked for descr earlier but failed for usr_lbl(ucs_prop=usrLbl)
  3. callback was not getting involved in poll_mode
  4. rename n_prop to ucs_prop