[WIP]“change_ext_conn” wrongly mentioned in document

The name of “change_ext_conn” is wrongly mentioned
in document.
It correct values as per the operation run flow
is “change-ext-conn”

Closes-Bug: 1967049
Change-Id: If7a8f46777d24cd0648fd4fbe734568c44ec1eff
This commit is contained in:
Renu 2022-03-31 04:34:14 +00:00
parent acf84a168a
commit 3e7f86f3d2
2 changed files with 5 additions and 5 deletions

View File

@ -420,7 +420,7 @@ Help:
.. code-block:: console
$ openstack vnflcm change_ext_conn VNF_INSTANCE_ID \
$ openstack vnflcm change-ext-conn VNF_INSTANCE_ID \
./sample_param_file.json
@ -435,14 +435,14 @@ Help:
.. code-block:: console
$ openstack vnflcm change_ext_conn --help
usage: openstack vnflcm change_ext_conn [-h] <vnf-instance> <param-file>
$ openstack vnflcm change-ext-conn --help
usage: openstack vnflcm change-ext-conn [-h] <vnf-instance> <param-file>
Change External VNF Connectivity
positional arguments:
<vnf-instance> VNF instance ID to Change External VNF Connectivity
<param-file> Specify change_ext_conn request parameters in a json file.
<param-file> Specify change-ext-conn request parameters in a json file.
optional arguments:
-h, --help show this help message and exit

View File

@ -126,7 +126,7 @@ Change External VNF Connectivity execution of the entire VNF:
.. code-block:: console
$ openstack vnflcm change_ext_conn VNF_INSTANCE_ID \
$ openstack vnflcm change-ext-conn VNF_INSTANCE_ID \
./sample_param_file.json