From 76917d97f148b671700413682ccc29b45565756d Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Thu, 14 Oct 2010 14:20:46 +0200 Subject: [PATCH] Brown-bag fix for leftover comment I did forgot this in the original patch. Sorry!!!! Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- qa/ganeti-qa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/ganeti-qa.py b/qa/ganeti-qa.py index 851937cfa..4f51c78c3 100755 --- a/qa/ganeti-qa.py +++ b/qa/ganeti-qa.py @@ -355,7 +355,7 @@ def main(): SetupCluster(rapi_user, rapi_secret) # Load RAPI certificate - #qa_rapi.Setup(rapi_user, rapi_secret) + qa_rapi.Setup(rapi_user, rapi_secret) RunClusterTests() RunOsTests() -- GitLab