shwstppr commented on code in PR #11797:
URL: https://github.com/apache/cloudstack/pull/11797#discussion_r2409583692


##########
framework/cluster/src/main/java/com/cloud/cluster/ClusterServiceServletImpl.java:
##########
@@ -162,6 +166,20 @@ private String executePostMethod(final CloseableHttpClient 
client, final HttpPos
         return result;
     }
 
+    protected InetAddress getBindAddressIfAvailable() {
+        String bindAddressStr = 
ServerPropertiesUtil.getProperty("bind.interface");

Review Comment:
   @weizhouapache I'm not sure why it is named that way
   
https://github.com/apache/cloudstack/blob/main/client/conf/server.properties.in#L20
   
https://github.com/apache/cloudstack/blob/main/client/src/main/java/org/apache/cloudstack/ServerDaemon.java#L252
   
   I didn't want to change the property name as it already exist



-- 
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