You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/02/05 16:27:32 UTC

git commit: refs/heads/4.1 - CLOUDSTACK-1160: remove refs to invalid ACS release

Updated Branches:
  refs/heads/4.1 dbd9d080e -> 90da9abac


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>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/90da9aba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/90da9aba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/90da9aba

Branch: refs/heads/4.1
Commit: 90da9abacbb28de66264eb094e2d0e5c50d8f827
Parents: dbd9d08
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Tue Feb 5 20:38:40 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Tue Feb 5 20:57:17 2013 +0530

----------------------------------------------------------------------
 .../cloudstack/api/response/AccountResponse.java   |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/90da9aba/api/src/org/apache/cloudstack/api/response/AccountResponse.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/response/AccountResponse.java b/api/src/org/apache/cloudstack/api/response/AccountResponse.java
index 99c17f1..0277d5b 100644
--- a/api/src/org/apache/cloudstack/api/response/AccountResponse.java
+++ b/api/src/org/apache/cloudstack/api/response/AccountResponse.java
@@ -123,13 +123,13 @@ public class AccountResponse extends BaseResponse {
     @SerializedName("networkavailable") @Param(description="the total number of networks available to be created for this account", since="3.0.1")
     private String networkAvailable;
 
-    @SerializedName("vpclimit") @Param(description="the total number of vpcs the account can own", since="3.0.5")
+    @SerializedName("vpclimit") @Param(description="the total number of vpcs the account can own", since="4.0.0")
     private String vpcLimit;
 
-    @SerializedName("vpctotal") @Param(description="the total number of vpcs owned by account", since="3.0.5")
+    @SerializedName("vpctotal") @Param(description="the total number of vpcs owned by account", since="4.0.0")
     private Long vpcTotal;
 
-    @SerializedName("vpcavailable") @Param(description="the total number of vpcs available to be created for this account", since="3.0.5")
+    @SerializedName("vpcavailable") @Param(description="the total number of vpcs available to be created for this account", since="4.0.0")
     private String vpcAvailable;