Skip to content

Commit 90413cb

Browse files
rahulbcn27Rahul Agarwalyadvrstephankruggg
authored
client: Improve cloudstack-setup-management message (#6822)
Improve the cloudstack-setup-management output message Co-authored-by: Rahul Agarwal <rahul.agarwal@shapeblue.com> Co-authored-by: Rohit Yadav <rohityadav89@gmail.com> Co-authored-by: Stephan Krug <stekrug@icloud.com>
1 parent 684f3f4 commit 90413cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/bindir/cloud-setup-management.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if __name__ == '__main__':
5252
syscfg.registerService(cloudManagementConfig)
5353
syscfg.config()
5454
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")
55+
print("Please ensure ports 8080, 8250, 8443, and 9090 are opened and not firewalled for the management server and not in use by other processes on this host.")
5656
except (CloudRuntimeException, CloudInternalException) as e:
5757
print(e)
5858
print("Try to restore your system:")

0 commit comments

Comments
 (0)