summaryrefslogtreecommitdiffstats
path: root/docs/release/userguide
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-10-18 10:20:59 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2017-10-19 18:58:26 +0000
commit9e14399ac6f2d03f89be04dfac5d8999b994c616 (patch)
tree150807ef97ad10a90e5145f3a8b5a91f6ea8c10d /docs/release/userguide
parentad91ce4be43e2043a46d4a146114f66cd7bc7a43 (diff)
fixes for Ephertes release documents.
Change-Id: I105bcb653495b0cfe377d5f8bc07a55ebe0c2e16 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com> (cherry picked from commit 363444982f6ff194b60fe9e57d09c8dfe0742f35)
Diffstat (limited to 'docs/release/userguide')
-rw-r--r--docs/release/userguide/userguide.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/release/userguide/userguide.rst b/docs/release/userguide/userguide.rst
index 7ef9d631..04bceed8 100644
--- a/docs/release/userguide/userguide.rst
+++ b/docs/release/userguide/userguide.rst
@@ -1,7 +1,7 @@
Introduction
============
-This document will explain how to install OPNFV Danube with JOID including installing JOID, configuring JOID for your environment, and deploying OPNFV with different SDN solutions in HA, or non-HA mode. Prerequisites include
+This document will explain how to install OPNFV Euphrates with JOID including installing JOID, configuring JOID for your environment, and deploying OPNFV with different SDN solutions in HA, or non-HA mode. Prerequisites include
- An Ubuntu 16.04 LTS Server Jumphost
- Minimum 2 Networks per Pharos requirement
@@ -656,9 +656,7 @@ This section creates a private network for the instances. Please change accordin
::
neutron router-create demo-router
-
neutron router-interface-add demo-router demo-subnet
-
neutron router-gateway-set demo-router ext-net
This section creates a router and connects this router to the two networks we just created.