You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Prasanna Santhanam (JIRA)" <ji...@apache.org> on 2013/05/28 13:05:19 UTC

[jira] [Created] (CLOUDSTACK-2713) CreateTemplateCmd returns a StoragePoolResponse

Prasanna Santhanam created CLOUDSTACK-2713:
----------------------------------------------

             Summary: CreateTemplateCmd returns a StoragePoolResponse
                 Key: CLOUDSTACK-2713
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2713
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: API
    Affects Versions: 4.2.0
            Reporter: Prasanna Santhanam
            Assignee: Prasanna Santhanam
             Fix For: 4.2.0


@APICommand(name = "createTemplate", responseObject = StoragePoolResponse.class, description = "Creates a template of a virtual machine. " + "The virtual machine must be in a STOPPED state. "
        + "A template created from this command is automatically designated as a private template visible to the account that created it.")
        public class CreateTemplateCmd extends BaseAsyncCreateCmd {

should be

@APICommand(name = "createTemplate", responseObject = TemplateResponse.class, description = "Creates a template of a virtual machine. " + "The virtual machine must be in a STOPPED state. "
        + "A template created from this command is automatically designated as a private template visible to the account that created it.")
        public class CreateTemplateCmd extends BaseAsyncCreateCmd {


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira