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

[jira] [Commented] (CLOUDSTACK-1160) References to version=3.0.3|4|5|6 in API classes needs to be removed

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

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

Commit 7f885b65f958bc5d869738c7b4c12f9dc6ba27f4 from [~tsp]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;h=7f885b6 ]

CLOUDSTACK-1160: remove refs to invalid ACS release

@since tag in API cmd /responses has been given an invalid ACS release
version. This fix removes these references.

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

                
> References to version=3.0.3|4|5|6 in API classes needs to be removed
> --------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-1160
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1160
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>            Reporter: Prasanna Santhanam
>             Fix For: 4.1.0
>
>
> There are some references to the versions 3.0.5 which is not a valid ACS release in the API Cmd classes. These need to be replaced with 4.1.0 since that is most likely the first time the param is being seen by a cloudstack user.
> branch (4.1) $ git grep since=\"3.0.5\"
> api/src/org/apache/cloudstack/api/response/AccountResponse.java:    @SerializedName("vpclimit") @Param(description="the total number of vpcs the account can own", since="3.0.5")
> api/src/org/apache/cloudstack/api/response/AccountResponse.java:    @SerializedName("vpctotal") @Param(description="the total number of vpcs owned by account", since="3.0.5")
> api/src/org/apache/cloudstack/api/response/AccountResponse.java:    @SerializedName("vpcavailable") @Param(description="the total number of vpcs available to be created for this account", since="3.0.5")

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