diff options
author | Dan Radez <dradez@redhat.com> | 2016-09-15 14:36:24 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-09-27 15:34:58 -0400 |
commit | d8059095ab25e5939373777330b955075d064ec6 (patch) | |
tree | 3254a048d2d183e848d772e4bf6f61c96a0a3577 /docs/installationprocedure/virtualinstall.rst | |
parent | fdcadb59d666e277d91629ed75705b4636a8749c (diff) |
Removing --flat and network_isolation variables
VLAN support allows a set of nodes with a single nic to deploy removing
the need for --flat. flat was not well maintained or tested.
Change-Id: Ieae1c2350c83544ce50048b44300fa0b8e68dd43
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'docs/installationprocedure/virtualinstall.rst')
-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 01971893..d2c81abe 100644 --- a/docs/installationprocedure/virtualinstall.rst +++ b/docs/installationprocedure/virtualinstall.rst @@ -49,7 +49,7 @@ environment will deploy with the following architecture: Follow the steps below to execute: 1. ``sudo opnfv-deploy -v [ --virtual-computes n ] - [ --virtual-cpus n ] [ --virtual-ram n ] [ --flat ] + [ --virtual-cpus n ] [ --virtual-ram n ] -n network_settings.yaml -i inventory.yaml -d deploy_settings.yaml`` 2. It will take approximately 45 minutes to an hour to stand up undercloud, |