Dan Kenigsberg has submitted this change and it was merged. Change subject: Convert the OrderedDict from namedtuple._asdict() ......................................................................
Convert the OrderedDict from namedtuple._asdict() Since python 2.7 the namedtuple._asdict() method returns an OrderedDict, therefore we need to convert it to a regular dictionary before marshalling it on xmlrpc. Change-Id: I5582f77fbfc6961dcada3f733cb9353dee53cf53 --- M vdsm/storage/hsm.py 1 file changed, 10 insertions(+), 7 deletions(-) Approvals: Dan Kenigsberg: Verified; Looks good to me, approved Igor Lvovsky: Looks good to me, but someone else must approve -- To view, visit http://gerrit.usersys.redhat.com/1029 To unsubscribe, visit http://gerrit.usersys.redhat.com/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5582f77fbfc6961dcada3f733cb9353dee53cf53 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
