DaanHoogland commented on code in PR #10571:
URL: https://github.com/apache/cloudstack/pull/10571#discussion_r1995696747


##########
setup/bindir/cloud-setup-databases.in:
##########
@@ -328,7 +328,7 @@ for example:
     def grabSystemInfo(self):
         def getIpAddr():
             try:
-                ip = socket.gethostbyname(socket.gethostname())
+                ip = socket.gethostbyname(socket.gethostname() + ".local")

Review Comment:
   hm, looks ok, but will this work on all systems? needs extensive testing 
(for such a small change ;) 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to