|
55 | 55 | "exception": { |
56 | 56 | "type": XenAPIPlugin.Failure, |
57 | 57 | "code": "3", |
58 | | - "text": "Error running ovs-vsctl command: ['ovs-vsctl', 'br-to-parent', 'abcd']: ovs-vsctl: no bridge named abcd", |
| 58 | + "text": "Error running ovs-vsctl command: ['ovs-vsctl', " |
| 59 | + "'br-to-parent', 'abcd']: ovs-vsctl: no bridge named abcd", |
59 | 60 | }, |
60 | 61 | "cmd": [ |
61 | 62 | { |
|
230 | 231 | "exception": { |
231 | 232 | "type": XenAPIPlugin.Failure, |
232 | 233 | "code": "3", |
233 | | - "text": "Error running ovs-ofctl command: ['ovs-ofctl', '-O', 'OpenFlow11', 'add-flow', 'xenbr0', 'ip,in_port=5,nw_dst=1.1.1.1/24,actions=drop']: fake error", |
| 234 | + "text": "Error running ovs-ofctl command: ['ovs-ofctl', '-O', 'OpenFlow11', 'add-flow', 'xenbr0', " |
| 235 | + "'ip,in_port=5,nw_dst=1.1.1.1/24,actions=drop']: fake error", |
234 | 236 | }, |
235 | 237 | "cmd": [ |
236 | 238 | {"returncode": 0, "stdout": "xenbr0", "stderr": ""}, # br-to-parent |
|
370 | 372 | "exception": { |
371 | 373 | "type": XenAPIPlugin.Failure, |
372 | 374 | "code": "3", |
373 | | - "text": "Error running ovs-ofctl command: ['ovs-ofctl', '-O', 'OpenFlow11', 'del-flows', 'xenbr0', 'ip,in_port=5,nw_dst=1.1.1.1/24']: fake error", |
| 375 | + "text": "Error running ovs-ofctl command: ['ovs-ofctl', '-O', 'OpenFlow11', 'del-flows', 'xenbr0', " |
| 376 | + "'ip,in_port=5,nw_dst=1.1.1.1/24']: fake error", |
374 | 377 | }, |
375 | 378 | "cmd": [ |
376 | 379 | {"returncode": 0, "stdout": "xenbr0", "stderr": ""}, # br-to-parent |
|
0 commit comments