cleanup of lab000—important-terms

file to location change
completed and fixed the sentences for the gloss terms

Change-Id: I1144f93e5c28e25b8d1db958122d0fbdcbb88e39
This commit is contained in:
shilla-saebi 2014-05-20 12:19:11 -04:00
parent 1dea05ef17
commit 2abf620bc2

View File

@ -7,8 +7,8 @@
<formalpara>
<title>Host Operating System (Host)</title>
<para>The operating system that is installed on your laptop or
desktop that hosts virtual machines. Commonly referred to as
host OS or <glossterm>host</glossterm>.
desktop that hosts virtual machines. This is commonly referred to as
the host OS or <glossterm>host</glossterm>.
In short, the machine where your Virtual Box is
installed.</para>
</formalpara>
@ -16,7 +16,7 @@
<title>Guest Operating System (Guest)</title>
<para>The operating system that is installed on your Virtual Box
Virtual Machine. This virtual instance is independent of the
host OS. Commonly referred to as <glossterm>guest OS</glossterm>
host OS. It is commonly referred to as <glossterm>guest OS</glossterm>
or guest.</para>
</formalpara>
<formalpara>
@ -27,7 +27,7 @@
<formalpara>
<title>Control Node</title>
<para>Hosts the database, Keystone (Middleware), and the servers
for the scope of the current OpenStack deployment. Acts as the
for the scope of the current OpenStack deployment. It acts as the
brains behind OpenStack and drives services such as
authentication, database, and so on.</para>
</formalpara>
@ -43,13 +43,13 @@
</formalpara>
<formalpara>
<title>Using OpenSSH</title>
<para>After you set up the network interfaces file, you can switch
<para>After the network interfaces file has been setup, you can switch
to an SSH session by using an OpenSSH client to log in remotely
to the required server node (Control, Network, Compute). Open a
terminal on your host machine. Run the following command:
terminal on your host machine and run the following command:
<screen><prompt>$</prompt> <userinput>ssh-keygen -t rsa</userinput>
<computeroutput>Generating public/private rsa key pair.
Enter file in which to save the key (/u/kim/.ssh/id_rsa): [RETURN]
Enter the location in which to save the key (/u/kim/.ssh/id_rsa): [RETURN]
Enter passphrase (empty for no passphrase): &lt;can be left empty>
Enter same passphrase again: &lt;can be left empty>
Your identification has been saved in /home/user/.ssh/id_rsa.