mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-9666 Added basic configuration validation for the config drive global settings
(cherry picked from commit 366175b9a5dd3994b2807fcc5aaeed7a22052cae) 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…
x
Reference in New Issue
Block a user