mirror of https://github.com/apache/cloudstack.git
bug cs-15946: added vpc.max.networks for a integer validation
This commit is contained in:
parent
02a8ee911d
commit
3a0905b280
|
|
@ -270,6 +270,7 @@ public class ConfigurationManagerImpl implements ConfigurationManager, Configura
|
|||
configValuesForValidation.add("storage.cleanup.interval");
|
||||
configValuesForValidation.add("wait");
|
||||
configValuesForValidation.add("xen.heartbeat.interval");
|
||||
configValuesForValidation.add("vpc.max.networks");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue