CLOUDSTACK-9666 Added basic configuration validation for the config drive global settings

This commit is contained in:
Bharat Kumar 2015-10-06 16:32:58 +05:30 committed by Bharat Kumar
parent bb274a1865
commit 366175b9a5
1 changed files with 3 additions and 0 deletions

View File

@ -398,6 +398,9 @@ public class ConfigurationManagerImpl extends ManagerBase implements Configurati
configValuesForValidation.add("ovm3.heartbeat.timeout");
configValuesForValidation.add("incorrect.login.attempts.allowed");
configValuesForValidation.add("vm.password.length");
configValuesForValidation.add("externaldhcp.vmip.retrieval.interval");
configValuesForValidation.add("externaldhcp.vmip.max.retry");
configValuesForValidation.add("externaldhcp.vmipFetch.threadPool.max");
configValuesForValidation.add("remote.access.vpn.psk.length");
}