From 917666b19cf8af7713719678717f49024cd4cad4 Mon Sep 17 00:00:00 2001 From: Nitesh Sarda Date: Mon, 3 Jul 2017 10:52:52 +0530 Subject: [PATCH] CLOUDSTACK-9981 : Regression occurs after upgrading to 4.10 while registering a template. --- .../api/command/user/template/RegisterTemplateCmd.java | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/org/apache/cloudstack/api/command/user/template/RegisterTemplateCmd.java b/api/src/org/apache/cloudstack/api/command/user/template/RegisterTemplateCmd.java index aff9d464a61..9e57574ba21 100644 --- a/api/src/org/apache/cloudstack/api/command/user/template/RegisterTemplateCmd.java +++ b/api/src/org/apache/cloudstack/api/command/user/template/RegisterTemplateCmd.java @@ -148,7 +148,6 @@ public class RegisterTemplateCmd extends BaseCmd { collectionType = CommandType.UUID, entityType = ZoneResponse.class, required=false, - since="4.10.0.0", description="A list of zone ids where the template will be hosted. Use this parameter if the template needs " + "to be registered to multiple zones in one go. Use zoneid if the template " + "needs to be registered to only one zone." +