aboutsummaryrefslogtreecommitdiffstats
path: root/docs/architecture.rst
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-11-03 15:28:22 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-11-03 15:28:22 +0530
commite061c0afa07b1cd98914193b030ed8691dc29fc1 (patch)
treefa7201a3b406ea53637445ffbdc06dc18125936b /docs/architecture.rst
parent30e02f079bc233791ba82fdce95783d44f4b619e (diff)
Remove the image sizing in docs
CLI-57 Change-Id: I9e566d4f289bacfa4504612650b12cda41aba186 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r--docs/architecture.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 6562dd85..8e961a1b 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -10,8 +10,6 @@ CLI architecture
Following diagram shows the high-level architecture of ONAP CLI.
.. image:: images/portal-cli-arch.png
- :height: 600px
- :width: 800px
* **Command Registrar** : Registrar keeps track of the commands regsitered in ONAP CLI and when user invokes the command, it identify
the corresponding command route the request to that command plugin.