Skip to content

Commit

Permalink
plus rapide ?
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheGeek committed Jan 26, 2024
1 parent 984e13c commit 491ab90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@ def create_vm():
except:
logger.warning("VM creation failed: "+data['template_id']+"---"+current_user.email+" from template: "+template_name+" by "+current_user.email+" on OpenStack")
return jsonify({'message': 'VM creation failed'}), 500
time.sleep(10)
try:
url_vnc = openstack.get_console_url(conn_openstack, data['template_id']+"---"+current_user.id)
print(url_vnc)
Expand Down

0 comments on commit 491ab90

Please sign in to comment.