diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-12-24 10:49:59 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-01-08 09:31:01 +0900 |
commit | 62d5a291fb6d28e80f253bc9db9e72d31a0f02a2 (patch) | |
tree | de04fc3cfd86785f7177240f1bce9c474bacd3ac /docs/installation-instructions/installation-instructions.rst | |
parent | f5922480233b567a36ab2314d27bd684becc8348 (diff) |
add 'sudo' for 'opnfv-deploy' command lines
Change-Id: I03576a041c6bfdbb288c579379b4307fa52a0283
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'docs/installation-instructions/installation-instructions.rst')
-rw-r--r-- | docs/installation-instructions/installation-instructions.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation-instructions/installation-instructions.rst b/docs/installation-instructions/installation-instructions.rst index 564eb78f..8d2a3417 100644 --- a/docs/installation-instructions/installation-instructions.rst +++ b/docs/installation-instructions/installation-instructions.rst @@ -335,7 +335,7 @@ The names of these files are important. ``opnfv-deploy`` will look for ``instac Follow the steps below to execute: -1. execute ``opnfv-deploy -i /path/to/instackenv.json -n /path/to/network-environment.yaml`` +1. execute ``sudo opnfv-deploy -i /path/to/instackenv.json -n /path/to/network-environment.yaml`` 2. It will take about approximately 30 minutes to stand up instack, configure the deployment and execute the deployment. @@ -454,7 +454,7 @@ will deploy with the following architecture: Follow the steps below to execute: -1. ``opnfv-deploy --virtual [ --no-ha ]`` +1. ``sudo opnfv-deploy --virtual [ --no-ha ]`` 2. It will take approximately 30 minutes to stand up instack, define the target virtual machines, configure the deployment and execute the deployment. |