Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/243#discussion_r30123116 --- 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 -- No, 4.4.2 is the minimum as some fixes went into the 4.4 branch. I don't mind that instead of 4.4.4 that I did because I am an irritatingly formal guy.
--- 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. ---