mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9981 : Regression occurs after upgrading to 4.10 while registering a template.
This commit is contained in:
parent
074ad5ea0e
commit
917666b19c
|
|
@ -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." +
|
||||
|
|
|
|||
Loading…
Reference in New Issue