diff options
author | Ulas Kozat <ulas.kozat@gmail.com> | 2017-03-30 14:43:03 -0700 |
---|---|---|
committer | Ulas Kozat <ulas.kozat@gmail.com> | 2017-03-30 14:43:14 -0700 |
commit | 8c4279cb41bc6cefdf05daec5497db3362ffea98 (patch) | |
tree | bb360b36c5d221c2aab073b131f8fedd9066afd0 | |
parent | 64b4f3e3ca659762ebb9453d1128b61ef311f27a (diff) |
Remove diff from stable/danube
Change-Id: Ia66cd82db9bf1cda65fbe9e418b02f53a7df3738
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
-rw-r--r-- | docs/release/installation/installation.instructions.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/release/installation/installation.instructions.rst b/docs/release/installation/installation.instructions.rst index b8870d5..c1eb6b1 100644 --- a/docs/release/installation/installation.instructions.rst +++ b/docs/release/installation/installation.instructions.rst @@ -1,6 +1,5 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. (c) 2017 OPNFV =================== Domino Installation @@ -45,7 +44,7 @@ Installation Steps (Multiple Node) ---------------------------------- Repeat the installation steps for single node on each node. The script -run_on_remotenodes.sh under ./domino/tests directory deploys the Domino Code on three +run_multinode.sh under ./domino/tests directory deploys the Domino Code on three hosts from a deployment node and tests RPC calls. The private key location and remote host IP addresses must be manually entered and IS_IPandKEY_CONFIGURED should set true, i.e., IS_IPandKEY_CONFIGURED=true. |