diff options
author | morganrol <morgan.richomme@orange.com> | 2021-02-12 12:13:18 +0100 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-02-12 12:13:18 +0100 |
commit | dc83d3b8a1d78fdd3df442b25ae50d15df773c97 (patch) | |
tree | 515629fe3746ffd99e3e8b763a535d8e7ee6a337 | |
parent | fab04093f7c2978c2e39e156b4843b8bf4760f50 (diff) |
[DOC] Fix doc nit
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
-rw-r--r-- | smoke-usecases-pythonsdk/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smoke-usecases-pythonsdk/README.md b/smoke-usecases-pythonsdk/README.md index d0da26c..fdae430 100644 --- a/smoke-usecases-pythonsdk/README.md +++ b/smoke-usecases-pythonsdk/README.md @@ -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 |