Revision 6b0469d2 lib/bootstrap.py
b/lib/bootstrap.py | ||
---|---|---|
264 | 264 |
|
265 | 265 |
""" |
266 | 266 |
cfg = ssconf.SimpleConfigReader() |
267 |
sshrunner = ssh.SshRunner(cfg) |
|
267 |
sshrunner = ssh.SshRunner(cfg.GetClusterName())
|
|
268 | 268 |
gntpass = utils.GetNodeDaemonPassword() |
269 | 269 |
if not re.match('^[a-zA-Z0-9.]{1,64}$', gntpass): |
270 | 270 |
raise errors.OpExecError("ganeti password corruption detected") |
Also available in: Unified diff