aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2018-05-04 12:31:31 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-04 12:31:31 +0000
commit7c71103d22f5572aa90f75ee55f72384a208fe53 (patch)
treefb430db4648f98b6fe65e548933301e7c47a0dde /docs
parent4b3a7c6656789ca9bb610494e8667df30026b322 (diff)
parent221861c2f1bcd16c4747e73b09806b156f164fd7 (diff)
Merge changes If9af735d,I19b5b37f
* changes: Fix release notes Fix CLI_MODE to OPEN_CLI_MODE
Diffstat (limited to 'docs')
-rw-r--r--docs/cookbook.rst2
-rw-r--r--docs/release-notes.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/cookbook.rst b/docs/cookbook.rst
index a21e2015..d5692b6f 100644
--- a/docs/cookbook.rst
+++ b/docs/cookbook.rst
@@ -16,7 +16,7 @@ To Run OCLIP on local docker machine
2. Pull cli docker image and run locally::
- docker run -d --name oclip -e CLI_MODE=daemon -p 8080:9090 -p 8080:80 nexus3.onap.org:10001/onap/cli:2.0-STAGING-latest
+ docker run -d --name oclip -e OPEN_CLI_MODE=daemon -p 8080:9090 -p 8080:80 nexus3.onap.org:10001/onap/cli:2.0-STAGING-latest
Access the CLI console
~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index cdacebbb..13f6ed0a 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -25,9 +25,9 @@ In addition, it made following changes to OCS 1.0
* http profile is enabled with
--- service to capture micro-service catalog and auth information
+# service to capture micro-service catalog and auth information
--- body section could be customized using context
+# body section could be customized using context
* New default parameters verify and context are added.