You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/05/31 14:22:20 UTC

[jira] [Commented] (CLOUDSTACK-2787) updateVpcOffering should have id as a required attribute

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

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

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

CLOUDSTACK-2787: updateVpcOffering should have id as a required

without the id you cannot update a VPC offering. The docs for API will
go wrong and Marvin tests using update VPC will fail.

Signed-off-by: Prasanna Santhanam <ts...@apache.org>

                
> updateVpcOffering should have id as a required attribute
> --------------------------------------------------------
>
>                 Key: CLOUDSTACK-2787
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2787
>             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
>             Fix For: 4.2.0
>
>
> id is not a required attribute in updateVpcOfferingCmd.java but without the id one cannot update the vpc offering.
> @APICommand(name = "updateVPCOffering", description="Updates VPC offering", responseObject=VpcOfferingResponse.class)
> public class UpdateVPCOfferingCmd extends BaseAsyncCmd{
>     public static final Logger s_logger = Logger.getLogger(UpdateVPCOfferingCmd.class.getName());
>     private static final String _name = "updatevpcofferingresponse";
>     /////////////////////////////////////////////////////
>     //////////////// API parameters /////////////////////
>     /////////////////////////////////////////////////////
>     @Parameter(name=ApiConstants.ID, type=CommandType.UUID, entityType = VpcOfferingResponse.class,
>             description="the id of the VPC offering")
>     private Long id;

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