Change in vdsm[master]: vm: event: introduce _send_event helper

fromani at redhat.com fromani at redhat.com
Wed Jul 8 12:56:01 UTC 2015


Francesco Romani has posted comments on this change.

Change subject: vm: event: introduce _send_event helper
......................................................................


Patch Set 2: Code-Review-1

(1 comment)

https://gerrit.ovirt.org/#/c/43287/2/vdsm/virt/vm.py
File vdsm/virt/vm.py:

Line 382:         self._send_event(
Line 383:             self._getVmStatus()
Line 384:         )
Line 385: 
Line 386:     def _send_event(self, vm_status, **kwargs);
typo!
Line 387:         event_data = {}
Line 388:         with self._eventLock:
Line 389:             if vm_status != self._evaluatedStatus:
Line 390:                 self._evaluatedStatus = vm_status


-- 
To view, visit https://gerrit.ovirt.org/43287
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I4c25ba9f520e6409cc06e99a2450d2c0d98c26fb
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list