[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prasanna Santhanam closed CLOUDSTACK-2712.
------------------------------------------


Verified
                
> response object of updateHypervisorCapabilities is set to 
> ServiceOfferingResponse
> ---------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-2712
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2712
>             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 = "updateHypervisorCapabilities", description="Updates a 
> hypervisor capabilities.", responseObject=ServiceOfferingResponse.class, 
> since="3.0.0")
> public class UpdateHypervisorCapabilitiesCmd extends BaseCmd {
> should be
> @APICommand(name = "updateHypervisorCapabilities", description="Updates a 
> hypervisor capabilities.", 
> responseObject=HypervisorCapabilitiesResponse.class, since="3.0.0")
> public class UpdateHypervisorCapabilitiesCmd extends BaseCmd {

--
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

Reply via email to