File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,24 +45,17 @@ if __name__ == '__main__':
4545 try :
4646 syscfg = sysConfigFactory .getSysConfigFactory (glbEnv )
4747 except UnknownSystemException :
48- print (( "Error: CloudStack failed to detect your "
49- "operating system. Exiting." ) , file = sys .stderr )
48+ print ("Error: CloudStack failed to detect your "
49+ "operating system. Exiting." , file = sys .stderr )
5050 sys .exit (1 )
5151 try :
5252 syscfg .registerService (cloudManagementConfig )
5353 syscfg .config ()
54- << << << < HEAD
5554 print ("CloudStack Management Server setup is Done!" )
55+ print ("Please ensure the following ports are open for the management server to function properly : 8080 8250 8443 9090" )
5656 except (CloudRuntimeException , CloudInternalException ) as e :
5757 print (e )
5858 print ("Try to restore your system:" )
59- == == == =
60- print "CloudStack Management Server setup is Done!"
61- print "Please ensure the following ports are open for the management server to function properly : 8080 8250 8443 9090"
62- except (CloudRuntimeException , CloudInternalException ), e :
63- print e
64- print "Try to restore your system:"
65- >> >> >> > Adding message to ensure ports are open
6659 try :
6760 syscfg .restore ()
6861 except :
You can’t perform that action at this time.
0 commit comments