Repository: cloudstack Updated Branches: refs/heads/master 10cc7f86a -> e5d3e496a
CLOUDSTACK-7774 Description field is missing in Health policy API's Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e5d3e496 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e5d3e496 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e5d3e496 Branch: refs/heads/master Commit: e5d3e496ab22be2bcbb7f92e6c80bfad8e503153 Parents: 10cc7f8 Author: Rajesh Battala <rajesh.batt...@citrix.com> Authored: Thu Oct 23 14:14:14 2014 +0530 Committer: Rajesh Battala <rajesh.batt...@citrix.com> Committed: Thu Oct 23 14:14:14 2014 +0530 ---------------------------------------------------------------------- .../apache/cloudstack/api/response/LBHealthCheckPolicyResponse.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e5d3e496/api/src/org/apache/cloudstack/api/response/LBHealthCheckPolicyResponse.java ---------------------------------------------------------------------- diff --git a/api/src/org/apache/cloudstack/api/response/LBHealthCheckPolicyResponse.java b/api/src/org/apache/cloudstack/api/response/LBHealthCheckPolicyResponse.java index 8ce7b3d..df3a7a0 100644 --- a/api/src/org/apache/cloudstack/api/response/LBHealthCheckPolicyResponse.java +++ b/api/src/org/apache/cloudstack/api/response/LBHealthCheckPolicyResponse.java @@ -101,6 +101,7 @@ public class LBHealthCheckPolicyResponse extends BaseResponse { this.healthcheckthresshold = healthcheckpolicy.getHealthcheckThresshold(); this.unhealthcheckthresshold = healthcheckpolicy.getUnhealthThresshold(); this.forDisplay = healthcheckpolicy.isDisplay(); + this.description = healthcheckpolicy.getDescription(); setObjectName("healthcheckpolicy"); }