From dbbe0834486f3c7596e41b2626a5329597ca7c68 Mon Sep 17 00:00:00 2001 From: Renu Date: Thu, 31 Mar 2022 04:34:14 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Cchange=5Fext=5Fconn=E2=80=9D=20wrongly?= =?UTF-8?q?=20mentioned=20in=20document?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- doc/source/cli/cli-etsi-vnflcm.rst | 8 ++++---- .../user/etsi_vnf_change_external_vnf_connectivity.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/cli/cli-etsi-vnflcm.rst b/doc/source/cli/cli-etsi-vnflcm.rst index 870e6a920..97f3d9304 100644 --- a/doc/source/cli/cli-etsi-vnflcm.rst +++ b/doc/source/cli/cli-etsi-vnflcm.rst @@ -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] + $ openstack vnflcm change-ext-conn --help + usage: openstack vnflcm change-ext-conn [-h] Change External VNF Connectivity positional arguments: VNF instance ID to Change External VNF Connectivity - Specify change_ext_conn request parameters in a json file. + Specify change-ext-conn request parameters in a json file. optional arguments: -h, --help show this help message and exit diff --git a/doc/source/user/etsi_vnf_change_external_vnf_connectivity.rst b/doc/source/user/etsi_vnf_change_external_vnf_connectivity.rst index 0df07497d..89305a215 100644 --- a/doc/source/user/etsi_vnf_change_external_vnf_connectivity.rst +++ b/doc/source/user/etsi_vnf_change_external_vnf_connectivity.rst @@ -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