Dan Kenigsberg has submitted this change and it was merged. Change subject: libvirtconnection: refactor: open a new connection in special function ......................................................................
libvirtconnection: refactor: open a new connection in special function This patch splits opening of a new connection to qemu:///system into a new function, distinct of further decorations. get() is a cumbersome function that could use some trimming. Change-Id: I33f83d20d1906dcba7b3652abaeddcba14bec6c4 Signed-off-by: Dan Kenigsberg <[email protected]> Reviewed-on: http://gerrit.ovirt.org/28348 Reviewed-by: Yaniv Bronhaim <[email protected]> Reviewed-by: mooli tayer <[email protected]> --- M lib/vdsm/libvirtconnection.py 1 file changed, 19 insertions(+), 15 deletions(-) Approvals: Yaniv Bronhaim: Looks good to me, but someone else must approve mooli tayer: Looks good to me, but someone else must approve Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/28348 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I33f83d20d1906dcba7b3652abaeddcba14bec6c4 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: mooli tayer <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
