You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/src/main/java/com/cloud/configuration/Config.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ public enum Config {
228
228
String.class,
229
229
"network.loadbalancer.haproxy.stats.visibility",
230
230
"global",
231
-
"Load Balancer(haproxy) stats visibilty, the value can be one of the following six parameters : global,guest-network,link-local,disabled,all,default",
231
+
"Load Balancer(haproxy) stats visibility, the value can be one of the following six parameters : global,guest-network,link-local,disabled,all,default",
232
232
null),
233
233
NetworkLBHaproxyStatsUri(
234
234
"Network",
@@ -244,7 +244,7 @@ public enum Config {
244
244
String.class,
245
245
"network.loadbalancer.haproxy.stats.auth",
246
246
"admin1:AdMiN123",
247
-
"Load Balancer(haproxy) authetication string in the format username:password",
247
+
"Load Balancer(haproxy) authentication string in the format username:password",
248
248
null),
249
249
NetworkLBHaproxyStatsPort(
250
250
"Network",
@@ -426,7 +426,7 @@ public enum Config {
426
426
"Console proxy command port that is used to communicate with management server",
0 commit comments