diff options
author | Sai Sindhur Malleni <smalleni@redhat.com> | 2016-11-22 21:11:42 +1100 |
---|---|---|
committer | Sai Sindhur Malleni <smalleni@redhat.com> | 2016-11-22 21:24:43 +1100 |
commit | 0f0479c3c2a9bc1b8600f4443f7c31324e17cfe6 (patch) | |
tree | be8e930ba9b66eb1a44ad791af079d453e8c8ebf | |
parent | 28861bb2ac641b282ec2fc7648fd52a076f821b8 (diff) |
Changes to Installation Procedure docs
When doing a virtual deploy the -i option for inventory file shouldn't be
passed. Changing docs to reflect this.
Change-Id: Ic51b8020fd26b19d6f86ffa66fb700b071b1a7a3
Signed-off-by: Sai Sindhur Malleni <smalleni@redhat.com>
-rw-r--r-- | docs/installationprocedure/virtualinstall.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installationprocedure/virtualinstall.rst b/docs/installationprocedure/virtualinstall.rst index db52601e..5da2ee3c 100644 --- a/docs/installationprocedure/virtualinstall.rst +++ b/docs/installationprocedure/virtualinstall.rst @@ -50,7 +50,7 @@ Follow the steps below to execute: 1. ``sudo opnfv-deploy -v [ --virtual-computes n ] [ --virtual-cpus n ] [ --virtual-ram n ] - -n network_settings.yaml -i inventory.yaml -d deploy_settings.yaml`` + -n network_settings.yaml -d deploy_settings.yaml`` 2. It will take approximately 45 minutes to an hour to stand up undercloud, define the target virtual machines, configure the deployment and execute |