CLOUDSTACK-427: Fixing more instances of hardcoded steps in documentation.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/20e2617f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/20e2617f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/20e2617f Branch: refs/heads/vim51_win8 Commit: 20e2617f46a1233c2ad71b444252cb7b808dfbeb Parents: 0daf66b Author: Joe Brockmeier <[email protected]> Authored: Fri Mar 1 09:27:18 2013 -0600 Committer: Joe Brockmeier <[email protected]> Committed: Fri Mar 1 09:28:11 2013 -0600 ---------------------------------------------------------------------- docs/en-US/citrix-xenserver-installation.xml | 4 ++-- docs/en-US/console-proxy.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/20e2617f/docs/en-US/citrix-xenserver-installation.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/citrix-xenserver-installation.xml b/docs/en-US/citrix-xenserver-installation.xml index 9082b23..4053865 100644 --- a/docs/en-US/citrix-xenserver-installation.xml +++ b/docs/en-US/citrix-xenserver-installation.xml @@ -269,7 +269,7 @@ server 3.xenserver.pool.ntp.org <listitem> <para>Repeat step <xref linkend="rescan-scsi"/> on every host.</para> </listitem> - <listitem> + <listitem id="verify-scsi"> <para>Check to be sure you see the new SCSI disk.</para> <programlisting># ls /dev/disk/by-id/scsi-360a98000503365344e6f6177615a516b -l</programlisting> <para>The output should look like this, although the specific file name will be different @@ -279,7 +279,7 @@ server 3.xenserver.pool.ntp.org </programlisting> </listitem> <listitem> - <para>Repeat step 4 on every host.</para> + <para>Repeat step <xref linkend="verify-scsi"/> on every host.</para> </listitem> <listitem> <para>On the storage server, run this command to get a unique ID for the new SR.</para> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/20e2617f/docs/en-US/console-proxy.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/console-proxy.xml b/docs/en-US/console-proxy.xml index 697ee2e..64183b4 100644 --- a/docs/en-US/console-proxy.xml +++ b/docs/en-US/console-proxy.xml @@ -108,10 +108,10 @@ <para>In the Update SSL Certificate screen of the &PRODUCT; UI, paste the following:</para> <itemizedlist> <listitem> - <para>Certificate from step 1(c).</para> + <para>The certificate you've just generated.</para> </listitem> <listitem> - <para>Private key from step 1(e).</para> + <para>The private key you've just generated.</para> </listitem> <listitem> <para>The desired new domain name; for example, company.com</para>
