From 4499cce3a7901661d9898eab8015238c32f9dd22 Mon Sep 17 00:00:00 2001 From: Jamie Hannaford Date: Mon, 24 Feb 2014 13:24:40 +0100 Subject: [PATCH] Fixing broken JSON - removing trailing comma Change-Id: I921e95477ba66c676f523309fbb9019a5fa13734 --- .../compute/samples/cells-resp.json | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/doc/config-reference/compute/samples/cells-resp.json b/doc/config-reference/compute/samples/cells-resp.json index 8cd718a1f4..c826d33228 100644 --- a/doc/config-reference/compute/samples/cells-resp.json +++ b/doc/config-reference/compute/samples/cells-resp.json @@ -1,26 +1,26 @@ { - "parent": { - "name": "parent", - "api_url": "http://api.example.com:8774", - "transport_url": "rabbit://rabbit.example.com", - "weight_offset": 0.0, - "weight_scale": 1.0, - "is_parent": true, - }, - "cell1": { - "name": "cell1", - "api_url": "http://api.example.com:8774", - "transport_url": "rabbit://rabbit1.example.com", - "weight_offset": 0.0, - "weight_scale": 1.0, - "is_parent": false, - }, - "cell2": { - "name": "cell2", - "api_url": "http://api.example.com:8774", - "transport_url": "rabbit://rabbit2.example.com", - "weight_offset": 0.0, - "weight_scale": 1.0, - "is_parent": false, - } -} \ No newline at end of file + "parent":{ + "name":"parent", + "api_url":"http://api.example.com:8774", + "transport_url":"rabbit://rabbit.example.com", + "weight_offset":0.0, + "weight_scale":1.0, + "is_parent":true + }, + "cell1":{ + "name":"cell1", + "api_url":"http://api.example.com:8774", + "transport_url":"rabbit://rabbit1.example.com", + "weight_offset":0.0, + "weight_scale":1.0, + "is_parent":false + }, + "cell2":{ + "name":"cell2", + "api_url":"http://api.example.com:8774", + "transport_url":"rabbit://rabbit2.example.com", + "weight_offset":0.0, + "weight_scale":1.0, + "is_parent":false + } +}