mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-427: Fixing more instances of hardcoded steps in documentation.
This commit is contained in:
parent
10625fdd80
commit
5811ecd7eb
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue