We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb274a1 commit 366175bCopy full SHA for 366175b
1 file changed
server/src/com/cloud/configuration/ConfigurationManagerImpl.java
@@ -398,6 +398,9 @@ private void populateConfigValuesForValidationSet() {
398
configValuesForValidation.add("ovm3.heartbeat.timeout");
399
configValuesForValidation.add("incorrect.login.attempts.allowed");
400
configValuesForValidation.add("vm.password.length");
401
+ configValuesForValidation.add("externaldhcp.vmip.retrieval.interval");
402
+ configValuesForValidation.add("externaldhcp.vmip.max.retry");
403
+ configValuesForValidation.add("externaldhcp.vmipFetch.threadPool.max");
404
configValuesForValidation.add("remote.access.vpn.psk.length");
405
}
406
0 commit comments