aboutsummaryrefslogtreecommitdiffstats
path: root/docs/architecture.rst
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-12-06 13:22:13 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-12-06 13:22:13 +0530
commit59c06810242864556205af05049743a0f9e4eb0b (patch)
tree78677ef2badd3faadb5595578c55468fdd6700bd /docs/architecture.rst
parentb69ed9bc0ad7cdedee57df63e94d3767ccd173b7 (diff)
Update the documents to refelect OCLIP changes
Issue-ID: CLI-66 Change-Id: Ie9669181fffaa4d1f1a4d877a550de134f8af4a4 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r--docs/architecture.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index fe17190f..839fe6bb 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -7,11 +7,11 @@
CLI architecture
================
-Following diagram shows the high-level architecture of ONAP CLI.
+Following diagram shows the high-level architecture of OCLIP.
.. image:: images/portal-cli-arch.png
-* **Command Registrar** : Registrar keeps track of the commands registered in ONAP CLI and when user invokes the command, it identify
+* **Command Registrar** : Registrar keeps track of the commands registered in OCLIP and when user invokes the command, it identify
the corresponding command route the request to that command plug-in.
* **Command Discoverer** : Discoverer discovers the commands both in plug-in format and YAML and automatically register them into Registrar.