weizhouapache commented on code in PR #11797:
URL: https://github.com/apache/cloudstack/pull/11797#discussion_r2409593591
##########
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:
ok, I see
let's keep the name
can you update the description in server.properties ?
--
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]