[DOC] Fix doc nit 88/117788/1
authormorganrol <morgan.richomme@orange.com>
Fri, 12 Feb 2021 11:13:18 +0000 (12:13 +0100)
committermorganrol <morgan.richomme@orange.com>
Fri, 12 Feb 2021 11:13:18 +0000 (12:13 +0100)
During a session demo, someone reported that the path for the
openstack configuraiton was wrong in the README
just fix this path

Issue-ID: TEST-289

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I94f6164be61aa65aa885c73fa87b2a620056bd82

smoke-usecases-pythonsdk/README.md

index d0da26c..fdae430 100644 (file)
@@ -207,7 +207,7 @@ If you specify all the hosts
 ```
 docker run
 -v <your local env>:/var/lib/xtesting/conf/env_file
--v <cloud.yaml file corresponding to your VNF tenant>/root/.config/openstack.yaml
+-v <cloud.yaml file corresponding to your VNF tenant>/root/.config/openstack/clouds.yaml
 -v <kube config file corresponding to your k8s cluster>/root/.kube/config
 -v <service definition yaml matching your environment>:/usr/lib/python3.8/site-packages/onaptests/templates/vnf-services/ubuntu16test-service.yaml
 -v <result directory>:/var/lib/xtesting/results
@@ -232,7 +232,7 @@ Note you can run also the docker interactivly
 ```
 docker run -it
 -v <your local env>:/var/lib/xtesting/conf/env_file
--v <cloud.yaml file corresponding to your VNF tenant>/root/.config/openstack.yaml
+-v <cloud.yaml file corresponding to your VNF tenant>/root/.config/openstack/clouds.yaml
 -v <kube config file corresponding to your k8s cluster>/root/.kube/config
 -v <result directory>:/var/lib/xtesting/results
 nexus3.onap.org:10003/onap/xtesting-smoke-usecases-pythonsdk:master sh