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
This commit is contained in:
Manpreet Kaur 2021-08-17 14:11:30 +05:30
parent ef982945d9
commit 70bfbe4313
1 changed files with 3 additions and 3 deletions

View File

@ -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