mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 19:49:04 +08:00
Thu Dec 21 23:19:24 PST 2017 (#1367)
This commit is contained in:
committed by
Philipp Moritz
parent
22460ff7af
commit
43e78217f8
@@ -144,3 +144,9 @@ def get_or_create_head_node(config):
|
||||
config["auth"]["ssh_private_key"],
|
||||
config["auth"]["ssh_user"],
|
||||
provider.external_ip(head_node)))
|
||||
print(
|
||||
"To login to the cluster, run:\n\n"
|
||||
" ssh -i {} {}@{}\n".format(
|
||||
config["auth"]["ssh_private_key"],
|
||||
config["auth"]["ssh_user"],
|
||||
provider.external_ip(head_node)))
|
||||
|
||||
Reference in New Issue
Block a user