diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-06 23:07:41 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-20 12:41:59 +0530 |
commit | 1845026e0f1ef61d64faf5ddab197f1bfc3a4f42 (patch) | |
tree | fb038e2927955599d10f076463af6f7b72af1574 | |
parent | df2716420918b03320c1ecdfd722cf5a85bac280 (diff) |
Set platfrom name properly
Issue-Id: CLI-66
Change-Id: Ia80efcd5eb3d15034a7caa5261c0d5c984ffea8c
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | deployment/http/web/index.html | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -OPEN Command-line interface (CLI) -================================== +Open Command-line interface Platform (OCLIP) +============================================ Provides unified commands to operate any cloud enabled software products from Linux/Web console. Configure the following environment diff --git a/deployment/http/web/index.html b/deployment/http/web/index.html index 263d2bd7..bf588334 100644 --- a/deployment/http/web/index.html +++ b/deployment/http/web/index.html @@ -6,7 +6,7 @@ function redirectToConsole(){ } </script> -<h1 id="open-command-line-interface-cli">OPEN Command-line interface (CLI)</h1> +<h1 id="open-command-line-interface-cli">Open Command-line interface Platform (OCLIP)</h1> <p>Provides unified commands to operate any cloud enabled software products from Linux/Web console. Configure the following environment variables, before using it:</p> <ol style="list-style-type: decimal"> <li><strong>OPEN_CLI_HOST_URL</strong> - Catalog service URL or a service URL</li> |