Change in vdsm[master]: caps: unable to marshal defaultdict by xmlrpc

danken at redhat.com danken at redhat.com
Sat Mar 5 13:14:25 UTC 2016


Dan Kenigsberg has submitted this change and it was merged.

Change subject: caps: unable to marshal defaultdict by xmlrpc
......................................................................


caps: unable to marshal defaultdict by xmlrpc

When using vdsClient to getCaps we saw:

<type 'exceptions.TypeError'>:cannot marshal <type
'collections.defaultdict'> objects

in order to make it working again we need to use regular dictionary.


Change-Id: I18ff17df0fb518383e0a5e9c6d8198a5751378e9
Signed-off-by: pkliczewski <piotr.kliczewski at gmail.com>
Reviewed-on: https://gerrit.ovirt.org/54353
Reviewed-by: Martin Polednik <mpolednik at redhat.com>
Reviewed-by: Francesco Romani <fromani at redhat.com>
Continuous-Integration: Jenkins CI
---
M vdsm/caps.py
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Piotr Kliczewski: Verified
  Jenkins CI: Passed CI tests
  Francesco Romani: Looks good to me, approved
  Martin Polednik: Looks good to me, but someone else must approve



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

Gerrit-MessageType: merged
Gerrit-Change-Id: I18ff17df0fb518383e0a5e9c6d8198a5751378e9
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Polednik <mpolednik at redhat.com>
Gerrit-Reviewer: Petr Horáček <phoracek at redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>


More information about the vdsm-patches mailing list