add more logging for troublshooting

This commit is contained in:
Jordan Rodgers 2018-02-08 19:21:57 -05:00
parent 2d06bd0989
commit 7514293fff

View file

@ -131,6 +131,9 @@ def setup_template(template_id, name, user, password, cores, memory):
while retry < 30:
try:
print('try ssh')
print(ip)
print(template['username'])
print(template['password'])
client.connect(
ip,
username=template['username'],