Ubuntu Pastebin

Paste from Ryan Harper at Tue, 10 Feb 2015 21:02:38 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
rpc request:
{
  "Request": "AddMachines", 
  "Params": {
    "MachineParams": [
      {
        "Placement": "env-uuid:oil-infra-node-7.maas", 
        "ParentId": "", 
        "ContainerType": "", 
        "Series": "", 
        "Constraints": {}, 
        "Jobs": [
          "JobHostUnits"
        ]
      }
    ]
  }, 
  "Type": "Client", 
  "RequestId": 1
}
raw response: {"RequestId":1,"Error":"json: cannot unmarshal string into Go value of type instance.Placement","Response":{}}
Download as text