Doron Fediuck has submitted this change and it was merged.
Change subject: Load Balancing: never return null in rpc
......................................................................
Load Balancing: never return null in rpc
Because load balancing returned the results directly from
user code it may try and send null/nil/none via rpc (not possible)
Change-Id: Iaf572035a5c44c521525090156921e12d6eabe67
Signed-off-by: Noam Slomianko <nslomian(a)redhat.com>
---
M plugins/examples/host_memory_balance.py
M src/ovirtscheduler/request_handler.py
2 files changed, 9 insertions(+), 10 deletions(-)
Approvals:
Doron Fediuck: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/20026
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iaf572035a5c44c521525090156921e12d6eabe67
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-scheduler-proxy
Gerrit-Branch: master
Gerrit-Owner: Noam Slomianko <nslomian(a)redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfediuck(a)redhat.com>
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Noam Slomianko <nslomian(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server