Updated Branches: refs/heads/4.1 2c1fa0a0c -> f05bb5946
CLOUDSTACK-427: More cleanup of hardcoded references. This is probably all for this pass on 4.1 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f05bb594 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f05bb594 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f05bb594 Branch: refs/heads/4.1 Commit: f05bb5946710f214a63287b0f216cb27b8acb6a4 Parents: 2c1fa0a Author: Joe Brockmeier <[email protected]> Authored: Fri Mar 1 10:15:02 2013 -0600 Committer: Joe Brockmeier <[email protected]> Committed: Fri Mar 1 10:15:02 2013 -0600 ---------------------------------------------------------------------- docs/en-US/upload-existing-volume-to-vm.xml | 4 ++-- docs/en-US/using-vpn-with-windows.xml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f05bb594/docs/en-US/upload-existing-volume-to-vm.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/upload-existing-volume-to-vm.xml b/docs/en-US/upload-existing-volume-to-vm.xml index 750ce2f..315eaae 100644 --- a/docs/en-US/upload-existing-volume-to-vm.xml +++ b/docs/en-US/upload-existing-volume-to-vm.xml @@ -52,7 +52,7 @@ <listitem> <para>Provide the following:</para> <itemizedlist> - <listitem> + <listitem id="volume-name"> <para>Name and Description. Any desired name and a brief description that can be shown in the UI.</para> </listitem> @@ -105,7 +105,7 @@ </listitem> <listitem> <para>Wait until the status of the volume shows that the upload is complete. Click Instances - - Volumes, find the name you specified in step 5, and make sure the status is Uploaded.</para> + Volumes, find the name you specified in step <xref linkend="volume-name"/>, and make sure the status is Uploaded.</para> </listitem> </orderedlist> </section> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f05bb594/docs/en-US/using-vpn-with-windows.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/using-vpn-with-windows.xml b/docs/en-US/using-vpn-with-windows.xml index e0e1569..e0f5d50 100644 --- a/docs/en-US/using-vpn-with-windows.xml +++ b/docs/en-US/using-vpn-with-windows.xml @@ -26,17 +26,17 @@ <title>Using VPN with Windows</title> <para>The procedure to use VPN varies by Windows version. Generally, the user must edit the VPN properties and make sure that the default route is not the VPN. The following steps are for Windows L2TP clients on Windows Vista. The commands should be similar for other Windows versions.</para> <orderedlist> - <listitem><para>Log in to the &PRODUCT; UI and click on the source NAT IP for the account. The VPN tab should display the IPsec preshared key. Make a note of this and the source NAT IP. The UI also lists one or more users and their passwords. Choose one of these users, or, if none exists, add a user and password.</para></listitem> + <listitem id="source-nat"><para>Log in to the &PRODUCT; UI and click on the source NAT IP for the account. The VPN tab should display the IPsec preshared key. Make a note of this and the source NAT IP. The UI also lists one or more users and their passwords. Choose one of these users, or, if none exists, add a user and password.</para></listitem> <listitem><para>On the Windows box, go to Control Panel, then select Network and Sharing center. Click Setup a connection or network.</para></listitem> <listitem><para>In the next dialog, select No, create a new connection.</para></listitem> <listitem><para>In the next dialog, select Use my Internet Connection (VPN).</para></listitem> - <listitem><para>In the next dialog, enter the source NAT IP from step 1 and give the connection a name. Check Don't connect now.</para></listitem> - <listitem><para>In the next dialog, enter the user name and password selected in step 1.</para></listitem> + <listitem><para>In the next dialog, enter the source NAT IP from step <xref linkend="source-nat"/> and give the connection a name. Check Don't connect now.</para></listitem> + <listitem><para>In the next dialog, enter the user name and password selected in step <xref linkend="source-nat"/>.</para></listitem> <listitem><para>Click Create.</para></listitem> <listitem><para>Go back to the Control Panel and click Network Connections to see the new connection. The connection is not active yet.</para></listitem> <listitem><para>Right-click the new connection and select Properties. In the Properties dialog, select the Networking tab.</para></listitem> - <listitem><para>In Type of VPN, choose L2TP IPsec VPN, then click IPsec settings. Select Use preshared key. Enter the preshared key from Step 1.</para></listitem> + <listitem><para>In Type of VPN, choose L2TP IPsec VPN, then click IPsec settings. Select Use preshared key. Enter the preshared key from Step <xref linkend="source-nat"/>.</para></listitem> <listitem><para>The connection is ready for activation. Go back to Control Panel -> Network Connections and double-click the created connection.</para></listitem> - <listitem><para>Enter the user name and password from Step 1.</para></listitem> + <listitem><para>Enter the user name and password from Step <xref linkend="source-nat"/>.</para></listitem> </orderedlist> </section>
