You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by nv...@apache.org on 2022/04/08 00:29:33 UTC

[cloudstack] branch main updated: upgrade: update minreq.sysvmtemplate.version to the latest template version (#6227)

This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new daa7bdb0461 upgrade: update minreq.sysvmtemplate.version to the latest template  version (#6227)
daa7bdb0461 is described below

commit daa7bdb0461adf520f4c8030f5f540c1cbbb5707
Author: Pearl Dsilva <pe...@gmail.com>
AuthorDate: Fri Apr 8 05:59:23 2022 +0530

    upgrade: update minreq.sysvmtemplate.version to the latest template  version (#6227)
---
 .../schema/src/main/java/com/cloud/upgrade/dao/Upgrade41610to41700.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41610to41700.java b/engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41610to41700.java
index 7d65b432ed3..1f89c75877c 100644
--- a/engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41610to41700.java
+++ b/engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41610to41700.java
@@ -70,7 +70,7 @@ public class Upgrade41610to41700 implements DbUpgrade, DbUpgradeSystemVmTemplate
     }
 
     private void initSystemVmTemplateRegistration() {
-        systemVmTemplateRegistration = new SystemVmTemplateRegistration("4.16.0");
+        systemVmTemplateRegistration = new SystemVmTemplateRegistration("");
     }
 
     @Override