From 59c06810242864556205af05049743a0f9e4eb0b Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 6 Dec 2017 13:22:13 +0530 Subject: Update the documents to refelect OCLIP changes Issue-ID: CLI-66 Change-Id: Ie9669181fffaa4d1f1a4d877a550de134f8af4a4 Signed-off-by: Kanagaraj Manickam k00365106 --- docs/architecture.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/architecture.rst') 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. -- cgit 1.2.3-korg