QA: Do not pass "--bridge" to "gnt-cluster init"
authorMichael Hanselmann <hansmi@google.com>
Thu, 20 Dec 2012 14:21:39 +0000 (15:21 +0100)
committerMichael Hanselmann <hansmi@google.com>
Fri, 21 Dec 2012 15:47:49 +0000 (16:47 +0100)
Commit ec0652a (June 2009) removed the option.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

qa/qa_cluster.py

index e1ccf7a..dbb33db 100644 (file)
@@ -114,7 +114,6 @@ def TestClusterInit(rapi_user, rapi_secret):
 
   bridge = qa_config.get("bridge", None)
   if bridge:
-    cmd.append("--bridge=%s" % bridge)
     cmd.append("--master-netdev=%s" % bridge)
 
   cmd.append(qa_config.get("name"))