made minor changes to baremetal rst file

changed baremetal to bare metal
added “the” where necessary

Change-Id: I408b1c638f6fb730ed6984abbc30ea7b084f52b3
This commit is contained in:
Shilla Saebi 2015-11-11 22:12:55 -05:00
parent a59f55a30d
commit aa7fcbd211

View File

@ -64,13 +64,13 @@ Bare Metal deployment
Use Bare Metal Use Bare Metal
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
#. Install Bare Metal service. #. Install the Bare Metal service.
#. Setup Bare Metal driver in the compute node's :file:`nova.conf`. #. Setup the Bare Metal driver in the compute node's :file:`nova.conf`.
#. Setup TFTP folder and prepare PXE boot loader file. #. Setup TFTP folder and prepare PXE boot loader file.
#. Prepare the baremetal flavor. #. Prepare the bare metal flavor.
#. Register the nodes with correct drivers. #. Register the nodes with correct drivers.
@ -78,7 +78,7 @@ Use Bare Metal
#. Register the ports information. #. Register the ports information.
#. Use nova boot to kick off the baremetal provision. #. Use nova boot to kick off the bare metal provision.
#. Check nodes' provision state and power state. #. Check nodes' provision state and power state.