mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
add more logging for troublshooting
This commit is contained in:
parent
2d06bd0989
commit
7514293fff
1 changed files with 3 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue