Repository: cloudstack Updated Branches: refs/heads/master d14a99468 -> 4c0ed3d85
CLOUDSTACK-1359: added (1GB = 1,073,741,824 bytes) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4c0ed3d8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4c0ed3d8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4c0ed3d8 Branch: refs/heads/master Commit: 4c0ed3d85da97f040afd45ec830d3ad680caa556 Parents: d14a994 Author: Pierre-Luc Dion <[email protected]> Authored: Sat Mar 7 15:24:04 2015 -0500 Committer: Pierre-Luc Dion <[email protected]> Committed: Sat Mar 7 15:24:04 2015 -0500 ---------------------------------------------------------------------- .../api/command/admin/offering/CreateDiskOfferingCmd.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4c0ed3d8/api/src/org/apache/cloudstack/api/command/admin/offering/CreateDiskOfferingCmd.java ---------------------------------------------------------------------- diff --git a/api/src/org/apache/cloudstack/api/command/admin/offering/CreateDiskOfferingCmd.java b/api/src/org/apache/cloudstack/api/command/admin/offering/CreateDiskOfferingCmd.java index 7c28fd7..747da05 100644 --- a/api/src/org/apache/cloudstack/api/command/admin/offering/CreateDiskOfferingCmd.java +++ b/api/src/org/apache/cloudstack/api/command/admin/offering/CreateDiskOfferingCmd.java @@ -43,7 +43,7 @@ public class CreateDiskOfferingCmd extends BaseCmd { //////////////// API parameters ///////////////////// ///////////////////////////////////////////////////// - @Parameter(name = ApiConstants.DISK_SIZE, type = CommandType.LONG, required = false, description = "size of the disk offering in GB") + @Parameter(name = ApiConstants.DISK_SIZE, type = CommandType.LONG, required = false, description = "size of the disk offering in GB (1GB = 1,073,741,824 bytes)") private Long diskSize; @Parameter(name = ApiConstants.DISPLAY_TEXT, type = CommandType.STRING, required = true, description = "alternate display text of the disk offering", length = 4096)
