From bec0522b7ea02afaa00977da1ac71175df43df02 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Mon, 8 Jun 2009 14:23:52 +0100 Subject: [PATCH] Fix a typo in InitCluster Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Iustin Pop <iustin@google.com> (cherry picked from commit 022c3a0b36cb60644b6861ff27ad59202883963c) --- lib/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bootstrap.py b/lib/bootstrap.py index c936606bb..4fce0d31a 100644 --- a/lib/bootstrap.py +++ b/lib/bootstrap.py @@ -261,7 +261,7 @@ def InitCluster(cluster_name, mac_prefix, def_bridge, beparams={constants.BEGR_DEFAULT: beparams}, hvparams=hvparams, candidate_pool_size=candidate_pool_size, - modify_etc_hosts=opts.modify_etc_hosts, + modify_etc_hosts=modify_etc_hosts, ) master_node_config = objects.Node(name=hostname.name, primary_ip=hostname.ip, -- GitLab