Fix a typo in InitCluster
authorGuido Trotter <ultrotter@google.com>
Mon, 8 Jun 2009 13:23:52 +0000 (14:23 +0100)
committerGuido Trotter <ultrotter@google.com>
Mon, 8 Jun 2009 16:58:32 +0000 (17:58 +0100)
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

lib/bootstrap.py

index 0bc907a..6447369 100644 (file)
@@ -250,7 +250,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,