mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9666 Added basic configuration validation for the config drive global settings
(cherry picked from commit 366175b9a5)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
42e60ebac6
commit
63997b3b19
|
|
@ -388,6 +388,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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue