Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/243#discussion_r30122752 --- Diff: engine/api/src/org/apache/cloudstack/engine/orchestration/service/NetworkOrchestrationService.java --- @@ -62,9 +63,13 @@ static final String NetworkLockTimeoutCK = "network.lock.timeout"; static final String GuestDomainSuffixCK = "guest.domain.suffix"; static final String NetworkThrottlingRateCK = "network.throttling.rate"; + static final String MinVRVersionCK = "minreq.sysvmtemplate.version"; + + static final ConfigKey<String> MinVRVersion = new ConfigKey<String>(String.class, MinVRVersionCK, "Advanced", "4.4.4", --- End diff -- Let's change the minimum hardcoded version to 4.4.0?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---