Updated Branches: refs/heads/4.1 81a5a1270 -> 07ffc2a50
CLOUDSTACK-1357 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/07ffc2a5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/07ffc2a5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/07ffc2a5 Branch: refs/heads/4.1 Commit: 07ffc2a50bdee18361dc230e88a45fe2d2693183 Parents: 81a5a12 Author: radhikap <[email protected]> Authored: Thu Mar 14 13:31:41 2013 +0530 Committer: radhikap <[email protected]> Committed: Thu Mar 14 13:31:41 2013 +0530 ---------------------------------------------------------------------- docs/en-US/autoscale.xml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/07ffc2a5/docs/en-US/autoscale.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/autoscale.xml b/docs/en-US/autoscale.xml index d63281f..26e795b 100644 --- a/docs/en-US/autoscale.xml +++ b/docs/en-US/autoscale.xml @@ -34,8 +34,10 @@ AutoScaling to launch an additional VM whenever CPU usage exceeds 80 percent for 15 minutes, or to remove a VM whenever CPU usage is less than 20 percent for 30 minutes.</para> <para>&PRODUCT; uses the NetScaler load balancer to monitor all aspects of a system's health and - work in unison with &PRODUCT; to initiate scale-up or scale-down actions. The supported - NetScaler version is 10.0.</para> + work in unison with &PRODUCT; to initiate scale-up or scale-down actions.</para> + <note> + <para>AutoScale is supported on NetScaler Release 10 Build 73.e and beyond.</para> + </note> <formalpara> <title>Prerequisites</title> <para>Before you configure an AutoScale rule, consider the following:</para>
