diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-12-04 11:58:20 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-12-04 12:31:40 +0800 |
commit | 6260d644ff043f8f132fa5a9165b34a8d781d5df (patch) | |
tree | c9af1c04c816176d1dca796ade1b6d5c5bd754f8 /docs/platform | |
parent | 9faec7584b4242f17b5ed62219f035b78c584df5 (diff) |
Update service name of ztevnfmdriver
Change-Id: I8629ad1aea6a9f7c145ecb75e63215ff34b1b5e2
Issue-ID: VFC-606
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'docs/platform')
-rw-r--r-- | docs/platform/installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/platform/installation.rst b/docs/platform/installation.rst index 486ce151..d1b66ec1 100644 --- a/docs/platform/installation.rst +++ b/docs/platform/installation.rst @@ -150,7 +150,7 @@ For testing, we can use curl command to access the swagger api. :: - docker run -d --name vfc-ztevmanagerdriver -p 8410:8410 -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/ztevmanagerdriver + docker run -d --name vfc-ztevnfmdriver -p 8410:8410 -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/ztevnfmdriver docker run -d --name vfc-svnfm-huawei -p 8482:8482 -p 8443:8443 -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/nfvo/svnfm/huawei docker run -d --name vfc-svnfm-nokia -p 8486:8486 -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/nfvo/svnfm/nokia @@ -158,6 +158,6 @@ For testing, we can use curl command to access the swagger api. :: - curl http://${MSB_IP}:80/api/ztevmanagerdriver/v1/swagger.json + curl http://${MSB_IP}:80/api/ztevnfmdriver/v1/swagger.json curl http://${MSB_IP}:80/api/huaweivnfmdriver/v1/swagger.json curl http://${MSB_IP}:80/api/nokiavnfmdriver/v1/swagger.json |