CLOUDSTACK-9981 : Regression occurs after upgrading to 4.10 while registering a template.

This commit is contained in:
Nitesh Sarda 2017-07-03 10:52:52 +05:30 committed by Rohit Yadav
parent 074ad5ea0e
commit 917666b19c
1 changed files with 0 additions and 1 deletions

View File

@ -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." +