You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/05/31 05:19:10 UTC

[GitHub] jayapalu commented on a change in pull request #2109: CLOUDSTACK-9922 Unable to use 8081 port for Load balancing

jayapalu commented on a change in pull request #2109: CLOUDSTACK-9922 Unable to use 8081 port for Load balancing
URL: https://github.com/apache/cloudstack/pull/2109#discussion_r116734009
 
 

 ##########
 File path: server/src/com/cloud/network/element/VirtualRouterElement.java
 ##########
 @@ -171,6 +171,7 @@
     @Inject
     protected RouterDeploymentDefinitionBuilder routerDeploymentDefinitionBuilder;
 
+    static final ConfigKey<Integer> port= new ConfigKey<Integer>("Network",Integer.class, "network.loadbalancer.haproxy.stats.port", "8081", "Load Balancer(haproxy) stats port number.", true);
 
 Review comment:
   please change the name port to something like haproxyStatPort
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services