Skip to content

Commit cba6231

Browse files
committed
Fixing merge conflict
1 parent 6690087 commit cba6231

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

client/bindir/cloud-setup-management.in

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)