summaryrefslogtreecommitdiffstats
path: root/docs/release/configguide/installerconfig.rst
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2018-04-25 10:16:48 -0500
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2018-04-30 20:44:34 +0000
commitff656d6b0fa60241c76709a41c023b76ba4def8f (patch)
treef1cf0a967cfccc3644e980449e7a208079229b54 /docs/release/configguide/installerconfig.rst
parenta9ea89a4bc4258e1aceb0f7aef4b2af5506b212b (diff)
document update for Fraser release.opnfv-6.1.0stable/fraser
Change-Id: Iab88d244a8a39b78c84aa11550cee2c04f81ab0f Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com> (cherry picked from commit e00115a7a5ea27030cc4f36efdc298b6145cdb02)
Diffstat (limited to 'docs/release/configguide/installerconfig.rst')
-rw-r--r--docs/release/configguide/installerconfig.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/release/configguide/installerconfig.rst b/docs/release/configguide/installerconfig.rst
index aee4ce25..86e33093 100644
--- a/docs/release/configguide/installerconfig.rst
+++ b/docs/release/configguide/installerconfig.rst
@@ -189,7 +189,7 @@ opnfv:
release: d
distro: xenial
type: noha
- openstack: newton
+ openstack: pike
sdncontroller:
- type: nosdn
storage:
@@ -244,10 +244,10 @@ When it's done, you should be able to view MAAS webpage (http://<MAAS IP>/MAAS)
OPNFV Install
-------------
-| ``   ./deploy.sh -o newton -s nosdn -t noha -l custom -f none -d xenial -m openstack``
+| ``   ./deploy.sh -o pike -s nosdn -t noha -l custom -f none -d xenial -m openstack``
| ``   ``
-./deploy.sh -o newton -s nosdn -t noha -l custom -f none -d xenial -m openstack
+./deploy.sh -o pike -s nosdn -t noha -l custom -f none -d xenial -m openstack
NOTE: Possible options are as follows:
@@ -263,9 +263,9 @@ Mode of Openstack deployed.
ha: HA mode of openstack.
Wihch version of Openstack deployed.
- [-o|--openstack <ocata|newton>]
+ [-o|--openstack <pike|ocata>]
+ pike: Pike version of openstack.
Ocata: Ocata version of openstack.
- Newton: Newton version of openstack.
Where to deploy
[-l|--lab <custom | default>] etc...