This is an automated email from the ASF dual-hosted git repository.
bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push:
new 917666b CLOUDSTACK-9981 : Regression occurs after upgrading to 4.10
while registering a template.
917666b is described below
commit 917666b19cf8af7713719678717f49024cd4cad4
Author: Nitesh Sarda <[email protected]>
AuthorDate: Mon Jul 3 10:52:52 2017 +0530
CLOUDSTACK-9981 : Regression occurs after upgrading to 4.10 while
registering a template.
---
.../apache/cloudstack/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 aff9d46..9e57574 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." +
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].