From 70bfbe43139448c519b5e5612709f1d07bba7728 Mon Sep 17 00:00:00 2001 From: Manpreet Kaur Date: Tue, 17 Aug 2021 14:11:30 +0530 Subject: [PATCH] Doc:Fix misspelled word in Legacy User Guide This patch fixes misspelled words such as parameter name "cert_verify" and "instance" found incorrect in Tacker Legacy User Guide. Closes-Bug: #1940230 Change-Id: I37d61805bf492d28362183e91f21e18cf95cc0c6 --- doc/source/install/getting_started.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/install/getting_started.rst b/doc/source/install/getting_started.rst index e426c9c9e..8b24570bc 100644 --- a/doc/source/install/getting_started.rst +++ b/doc/source/install/getting_started.rst @@ -43,7 +43,7 @@ Registering Default OpenStack VIM of ``auth_url: 'http://127.0.0.1/identity'`` as above mention. By default, ``cert_verify`` is set as ``True``. To disable verifying SSL - certificate, user can set ``cert_verifyi`` parameter to ``False``. + certificate, user can set ``cert_verify`` parameter to ``False``. #. Register VIM @@ -135,8 +135,8 @@ Onboarding Sample VNF $ openstack vnf descriptor list $ openstack vnf list - If you inspect attributes of the isntances, use ``show`` subcommand with - name or ID. For example, you can inspect the VNF named as ``samplevnf`` + If you inspect attributes of the instance, use ``show`` subcommand with + name or ID. For example, you can inspect the VNF named ``samplevnf`` as below. .. code-block:: console