File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -464,12 +464,12 @@ def showinfrastructures():
464464 raise Exception (response .text )
465465 radl_json = response .json ()["radl" ]
466466 except Exception as ex :
467- app .logger .exception ("Error getting vm info: %s" % ex , "error" )
467+ app .logger .exception ("Error getting vm info: %s" % ex )
468468 radl_json = []
469469 try :
470470 creds = cred .get_creds (get_cred_id ())
471471 except Exception as ex :
472- app .logger .exception ("Error getting user credentials: %s" % ex , "error" )
472+ app .logger .exception ("Error getting user credentials: %s" % ex )
473473 creds = []
474474 site_info = utils .get_site_info_from_radl (radl_json , creds )
475475 if site_info :
Original file line number Diff line number Diff line change 2424class Settings :
2525 def __init__ (self , config ):
2626 """Creator function."""
27- self .version = "2.5.2 "
27+ self .version = "2.5.3 "
2828 self .toscaDir = config .get ('TOSCA_TEMPLATES_DIR' , '' ) + "/"
2929 self .toscaParamsDir = config .get ('TOSCA_PARAMETERS_DIR' , '' ) + "/"
3030 self .imUrl = config ['IM_URL' ]
Original file line number Diff line number Diff line change 66 "@type" : " SoftwareSourceCode" ,
77 "identifier" : " im-dashboard" ,
88 "name" : " Infrastructure Manager Dashboard" ,
9- "version" : " 2.5.1 " ,
9+ "version" : " 2.5.3 " ,
1010 "description" : " Infrastructure Manager - Simple Graphical UI" ,
1111 "license" : " GNU General Public License v3.0" ,
1212 "author" : [
You can’t perform that action at this time.
0 commit comments