From 262b1ac7a0674427c19aa5abc893a807379902c3 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Fri, 4 May 2018 11:46:34 +0000 Subject: Fix CLI_MODE to OPEN_CLI_MODE Issue-ID: CLI-100 Change-Id: I19b5b37fefe2f5426c212a4eff46d8bee0733b31 Signed-off-by: Kanagaraj Manickam k00365106 --- docs/cookbook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 ~~~~~~~~~~~~~~~~~~~~~~ -- cgit 1.2.3-korg From 221861c2f1bcd16c4747e73b09806b156f164fd7 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Fri, 4 May 2018 11:47:42 +0000 Subject: Fix release notes Issue-ID: CLI-100 Change-Id: If9af735d9ba1ba7c911e461876f0cd48f448c373 Signed-off-by: Kanagaraj Manickam k00365106 --- docs/release-notes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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. -- cgit 1.2.3-korg