mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue