Updated Branches: refs/heads/master bb26b854f -> c9e42b462
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/c9e42b46 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c9e42b46 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c9e42b46 Branch: refs/heads/master Commit: c9e42b462d50c7ec4d18024892e19d6e0e1dc842 Parents: bb26b85 Author: Jessica <[email protected]> Authored: Sat Aug 17 14:59:19 2013 -0700 Committer: Jessica <[email protected]> Committed: Sat Aug 17 14:59:37 2013 -0700 ---------------------------------------------------------------------- docs/en-US/reset-volume-on-reboot.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c9e42b46/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..6c21d1f 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> + <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> \ No newline at end of file
