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

fromani at redhat.com fromani at redhat.com
Wed Jul 8 09:42:51 UTC 2015


Francesco Romani has posted comments on this change.

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


Patch Set 1:

(1 comment)

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

Line 383:             self._getVmStatus()
Line 384:         )
Line 385: 
Line 386:     def _send_event(self, vm_status, **kwargs);
Line 387:         event_data = {}
useful but unneeded rename - drop or move it in a separate trivial patch
Line 388:         with self._eventLock:
Line 389:             if vm_status != self._evaluatedStatus:
Line 390:                 self._evaluatedStatus = vm_status
Line 391:                 current_status = self.lastStatus


-- 
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: 1
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