| Index: server/control_segments/install
|
| diff --git a/server/control_segments/install b/server/control_segments/install
|
| index aba79ae0a236e09e8fba94f7d304a7c5f817926c..20d69441460b2db10e6550d6b4b32bbb343c52b4 100644
|
| --- a/server/control_segments/install
|
| +++ b/server/control_segments/install
|
| @@ -1,8 +1,5 @@
|
| def install(machine):
|
| - hostname, user, passwd, port = parse_machine(machine, ssh_user,
|
| - ssh_port, ssh_pass)
|
| - host = hosts.create_host(hostname, user=user, port=port, initialize=False,
|
| - password=passwd, auto_monitor=False)
|
| + host = hosts.create_host(machine, initialize=False, auto_monitor=False)
|
| host.machine_install()
|
|
|
|
|
|
|