Thu Dec 21 23:19:24 PST 2017 (#1367)

This commit is contained in:
Eric Liang
2017-12-22 17:29:45 -08:00
committed by Philipp Moritz
parent 22460ff7af
commit 43e78217f8
2 changed files with 13 additions and 2 deletions
+6
View File
@@ -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)))