Fix syntax error in QA's sample config
authorHelga Velroyen <helgav@google.com>
Mon, 21 Jan 2013 09:33:35 +0000 (10:33 +0100)
committerHelga Velroyen <helgav@google.com>
Thu, 24 Jan 2013 08:46:47 +0000 (09:46 +0100)
The additional comma makes this file invalid JSON.

Signed-off-by: Helga Velroyen <helgav@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>

qa/qa-sample.json

index 9b96484..15be20e 100644 (file)
@@ -26,7 +26,7 @@
   "# Default network interface parameters": null,
   "#default-nicparams": {
     "mode": "bridged",
-    "link": "xen-br0",
+    "link": "xen-br0"
   },
 
   "os": "debian-etch",