summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-03-28 14:04:09 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-03-28 14:04:09 +0000
commit810fac53b4232e3248f5b15b8cdf43f4c81216bf (patch)
treec099f2c5a3fb3919affc22049216d1c04ac3c805
parent1a358b5d032968b410138fb904aae37a9637ed84 (diff)
parent2cd9a49fc7165383c753867fd0bef7a7aeadf2d3 (diff)
Merge "Corrected a couple of errors in the installation instructions" into stable/brahmaputra
-rw-r--r--docs/installation-instructions/baremetal.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation-instructions/baremetal.rst b/docs/installation-instructions/baremetal.rst
index 72d84143..230b4355 100644
--- a/docs/installation-instructions/baremetal.rst
+++ b/docs/installation-instructions/baremetal.rst
@@ -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.