Skip to content
Snippets Groups Projects
Commit cbf5114e authored by Michael Hanselmann's avatar Michael Hanselmann Committed by Guido Trotter
Browse files

QA: Do not pass "--bridge" to "gnt-cluster init"


Commit ec0652ad (June 2009) removed the option.

This is a cherry-pick of master commit
78453739

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent efe2137a
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment