diff options
Diffstat (limited to 'docs/installation.rst')
-rw-r--r-- | docs/installation.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 39d8375f..8191c54d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -156,6 +156,7 @@ For testing, we can use curl command to access the swagger api. docker run -d --name vfc-ztevmanagerdriver -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/ztevmanagerdriver docker run -d --name vfc-svnfm-huawei -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/nfvo/svnfm/huawei + docker run -d --name vfc-svnfm-nokia -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/nfvo/svnfm/nokia For testing, we can use curl command to access the swagger api. @@ -163,3 +164,4 @@ 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/hwvnfm/v1/swagger.json + curl http://${MSB_IP}:80/api/nokiavnfmdriver/v1/swagger.json |