The same thing we do every night, Pinky - try to take over the world!
This commit is contained in:
@@ -1150,7 +1150,9 @@ def create_node(provider, name=None, location=None, size=None, image=None, confi
|
||||
print(node.name + " created successfully")
|
||||
print("Node is initializing")
|
||||
print("ip to connect to")
|
||||
print("\nIP: %s\n" % (node.public_ips))
|
||||
print("\nIP: %s" % (node.public_ips[0]))
|
||||
print("\nssh command: ssh -i path/to/secdep secdep@%s\n" % (node.public_ips[0]))
|
||||
print("If you ever change the port adjust the command accordingly")
|
||||
return node
|
||||
|
||||
def list_all_nodes(provider, filterIn=None):
|
||||
|
||||
Reference in New Issue
Block a user