[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13668229#comment-13668229
 ] 

ASF subversion and git services commented on CLOUDSTACK-2712:
-------------------------------------------------------------

Commit 75a8c1ca8816df7c29aca6689f51c449b4b073b4 in branch refs/heads/master 
from [~tsp]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=75a8c1c ]

CLOUDSTACK-2712: updateHvCapability mapped to serviceOfferingResponse

response object of updateHypervisorCapabilities is set to
ServiceOfferingResponse

Signed-off-by: Prasanna Santhanam <[email protected]>

                
> 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