Updated Branches: refs/heads/4.2 4277bcf8f -> bc584062f
CLOUDSTACK-1682. DOC. Fix parameter name in overview doc for reset volume on VM reboot. Add cross-reference to the detailed how-to section. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bc584062 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bc584062 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bc584062 Branch: refs/heads/4.2 Commit: bc584062fe75ef3cc3272822edba272de73ad859 Parents: 4277bcf Author: Jessica <[email protected]> Authored: Sat Aug 17 14:57:34 2013 -0700 Committer: Jessica <[email protected]> Committed: Sat Aug 17 14:57:34 2013 -0700 ---------------------------------------------------------------------- docs/en-US/reset-volume-on-reboot.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bc584062/docs/en-US/reset-volume-on-reboot.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/reset-volume-on-reboot.xml b/docs/en-US/reset-volume-on-reboot.xml index 4214f67..da423ab 100644 --- a/docs/en-US/reset-volume-on-reboot.xml +++ b/docs/en-US/reset-volume-on-reboot.xml @@ -27,6 +27,6 @@ for desktops that should not retain state. The IP address of the VM will not change due to this operation.</para> <para><emphasis role="bold">To enable root disk reset on VM reboot:</emphasis></para> - <para>When creating a new service offering, set the parameter Volatile VM to True. VMs created - from this service offering will have their disks reset upon reboot. </para> -</section> \ No newline at end of file + <para>When creating a new service offering, set the parameter isVolatile to True. VMs created from + this service offering will have their disks reset upon reboot. See <xref linkend="creating-compute-offerings"/>.</para> +</section>
