diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-20 16:34:10 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-14 14:38:13 +0530 |
commit | 1ecc057676a6ef788d5193261abd98bd364f10c0 (patch) | |
tree | 8b2df724a18ee189ccfef46467e88e3138595a68 /deployment/http | |
parent | 92075994f7a2a399f2dced6fb207ebb4e717d8f0 (diff) |
Migrate onap-username and onap-password
onap-username and onap-password are migrated into
host-username and host-password respectively
Issue-Id: CLI-66
Change-Id: I4d658283523e75a2223dac9d0b839fdbc6ae2da3
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'deployment/http')
-rw-r--r-- | deployment/http/web/index.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/deployment/http/web/index.html b/deployment/http/web/index.html index 1bc23d76..f722b657 100644 --- a/deployment/http/web/index.html +++ b/deployment/http/web/index.html @@ -8,31 +8,5 @@ function redirectToConsole(){ </head> <body onload="showSlides()" style="background-color: white;color: black"> -<div class="readme"> -<h2>ONAP Command-Line Interface (CLI)</h2> - -<p>Provides unified commands to operate ONAP from Linux shell and web-console. - -<h3 >Web Command Console</h3> -<p>To open web command console for ONAP, -<a onclick="redirectToConsole();" style="color: blue;cursor: pointer">Click here !</a> - -<h3>Linux Command Console</h3> -<p>Please follow the instructions given below for installing ONAP CLI.</p> -<ol> -<li>Download ONAP CLI from <a href="./onap-cli.zip">here</a></li> -<li>Unzip into folder /opt/onap/cli</li> -<li>Initialize CLI by running /opt/onap/cli/cli-init.sh</li> -<li>Run ONAP CLI, by typing <strong>onap</strong> from command line -<li>For more details, refer /opt/onap/cli/README.md</li> -</ol> -<br> -<a href="http://onap.readthedocs.io/en/latest/submodules/cli.git/docs/index.html" style="color: blue;"> -<sub style="color: blue;"><strong>One Command to command whole Onap !!</strong></sub></a> -<hr> -<p><i>Powered by <strong>Open CLI Platform (OCLIP) </strong> -<a href="http://onap.readthedocs.io/en/latest/submodules/cli.git/docs/OCLIP.html" style="color: blue;">1.0</a> -</i></p> -</div> </body></html> |