Corrected a couple of errors in the installation instructions 59/11559/1
authorViktor Tikkanen <viktor.tikkanen@nokia.com>
Wed, 9 Mar 2016 11:29:47 +0000 (13:29 +0200)
committerDan Radez <dradez@redhat.com>
Thu, 24 Mar 2016 01:25:18 +0000 (01:25 +0000)
Change-Id: I52889fd3a29b03e46fcb84c60feb7d3b67fe44c7
Signed-off-by: Viktor Tikkanen <viktor.tikkanen@nokia.com>
(cherry picked from commit c77d98309557308e909c08f6879e566c87b92315)

docs/installation-instructions/baremetal.rst

index 72d8414..230b435 100644 (file)
@@ -136,7 +136,7 @@ needs to be added to the ``inventory.yaml`` file.
     - ``ipmi_ip``: IPMI IP Address
     - ``ipmi_user``: IPMI username
     - ``ipmi_password``: IPMI password
-    - ``ipmi_type``: Power Management driver to use for the node
+    - ``pm_type``: Power Management driver to use for the node
     - ``cpus``: (Introspected*) CPU cores available
     - ``memory``: (Introspected*) Memory available in Mib
     - ``disk``: (Introspected*) Disk space available in Gb
@@ -170,7 +170,7 @@ You are now ready to deploy OPNFV using Apex!
 Follow the steps below to execute:
 
 1.  Execute opnfv-deploy
-    ``sudo opnfv-deploy [ --flat | -n network_setttings.yaml ] -i inventory.yaml -d deploy_settings.yaml``
+    ``sudo opnfv-deploy [ --flat | -n network_settings.yaml ] -i inventory.yaml -d deploy_settings.yaml``
     If you need more information about the options that can be passed to opnfv-deploy use ``opnfv-deploy --help``
     --flat will collapse all networks onto a single nic, -n network_settings.yaml allows you to customize your
     networking topology.