From a96d7d9d0f5c644b54928682a669c6a39e4b84d9 Mon Sep 17 00:00:00 2001 From: yangyan Date: Mon, 23 Mar 2020 15:53:05 +0800 Subject: Update vfc doc Change-Id: I12804ddb38c0360d122dc7f46605303ce66dadc6 Issue-ID: VFC-1648 Signed-off-by: yangyan --- docs/platform/installation/user-guide/ns-instantiate-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/platform/installation/user-guide') diff --git a/docs/platform/installation/user-guide/ns-instantiate-guide.rst b/docs/platform/installation/user-guide/ns-instantiate-guide.rst index 12c40a19..cd1bc0e8 100644 --- a/docs/platform/installation/user-guide/ns-instantiate-guide.rst +++ b/docs/platform/installation/user-guide/ns-instantiate-guide.rst @@ -54,11 +54,11 @@ Note: In the following steps, we use ${MSB_IP} as the IP of msb_apigateway compo docker run -d -p 8403:8403 --name vfc-nslcm -e MSB_ADDR=${MSB_IP}:80 -e MYSQL_ADDR=${VFC_DB_IP}:3306 nexus3.onap.org:10001/onap/vfc/nslcm -3. Install vfc-nfvo-catalog component. +3. Install modeling-etsicatalog component. :: - docker run -d -p 8806:8806 --name vfc-catalog -e MSB_ADDR=${MSB_IP}:80 -e MYSQL_ADDR=${VFC_DB_IP}:3306 nexus3.onap.org:10001/onap/vfc/catalog + docker run -d -p 8806:8806 --name vfc-etsicatalog -e MSB_ADDR=${MSB_IP}:80 -e MYSQL_ADDR=${VFC_DB_IP}:3306 nexus3.onap.org:10001/onap/vfc/catalog 4. Install vfc-nfvo-gvnfmdriver component. -- cgit 1.2.3-korg