mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 12129: Disable validation of router.stats.interval in the global configuration since it can have negative values.
Reviewed by : Kishan.
This commit is contained in:
parent
3f5fbb8fe4
commit
5def0bc567
@ -271,8 +271,7 @@ public class ConfigurationManagerImpl implements ConfigurationManager, Configura
|
||||
configValuesForValidation.add("investigate.retry.interval");
|
||||
configValuesForValidation.add("migrate.retry.interval");
|
||||
configValuesForValidation.add("network.gc.interval");
|
||||
configValuesForValidation.add("ping.interval");
|
||||
configValuesForValidation.add("router.stats.interval");
|
||||
configValuesForValidation.add("ping.interval");
|
||||
configValuesForValidation.add("snapshot.poll.interval");
|
||||
configValuesForValidation.add("stop.retry.interval");
|
||||
configValuesForValidation.add("storage.stats.interval");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user