Skip to content

Commit

Permalink
Merge pull request #1968 from bvbharatk/CLOUDSTACK-9666
Browse files Browse the repository at this point in the history
CLOUDSTACK-9666 Added basic configuration validation for the config d…
  • Loading branch information
karuturi committed May 17, 2017
2 parents 6dd2ebe + 366175b commit 5c316a9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@ private void populateConfigValuesForValidationSet() {
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");
}

Expand Down

0 comments on commit 5c316a9

Please sign in to comment.