Skip to content
Snippets Groups Projects
Commit bec0522b authored by Guido Trotter's avatar Guido Trotter Committed by Iustin Pop
Browse files

Fix a typo in InitCluster


Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
(cherry picked from commit 022c3a0b)
parent 0d853843
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
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