From 87e058d59fb648b43dd7c55f4238ebe3ec0fc7e0 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Thu, 1 Jul 2010 11:17:34 +0100
Subject: [PATCH] Remove rapi-user and rapi-pass from qa-sample.json

After commit 725ec2f10019c35bafeb1aabfce6f14174bf4f46 they are unused.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
---
 qa/qa-sample.json | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/qa/qa-sample.json b/qa/qa-sample.json
index 7de654538..74df8e27e 100644
--- a/qa/qa-sample.json
+++ b/qa/qa-sample.json
@@ -6,9 +6,6 @@
   "os": "debian-etch",
   "mem": "512M",
 
-  "rapi-user": "foobar",
-  "rapi-pass": "barfoo",
-
   "# Lists of disk sizes": null,
   "disk": ["1G", "512M"],
   "disk-growth": ["2G", "768M"],
-- 
GitLab