Dear All,

I’m getting the error: “(code=32603, message=Internal JSON-RPC error: {‘reason’: “‘unicode’ object has no attribute ’sort’”})
when trying to apply networking configuration with vdsm-client -f bond.json Host setupNetworks

bond.json contains:

{
  “networks”: {},
  “bondings”: {
    “bond0”: {
      “nics”: “eno1+eno2”,
      “options”: “mode=4”
    }
  },
  “options”: {} 
}

Of course python is handling all the arguments as unicode entities rather than strings. Any idea what might be wrong?

Regards,
Callum

--

Callum Smith
Research Computing Core
Wellcome Trust Centre for Human Genetics
University of Oxford
e. callum@well.ox.ac.uk