From dc83d3b8a1d78fdd3df442b25ae50d15df773c97 Mon Sep 17 00:00:00 2001 From: morganrol Date: Fri, 12 Feb 2021 12:13:18 +0100 Subject: [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 Change-Id: I94f6164be61aa65aa885c73fa87b2a620056bd82 --- smoke-usecases-pythonsdk/README.md | 4 ++-- 1 file 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 :/var/lib/xtesting/conf/env_file --v /root/.config/openstack.yaml +-v /root/.config/openstack/clouds.yaml -v /root/.kube/config -v :/usr/lib/python3.8/site-packages/onaptests/templates/vnf-services/ubuntu16test-service.yaml -v :/var/lib/xtesting/results @@ -232,7 +232,7 @@ Note you can run also the docker interactivly ``` docker run -it -v :/var/lib/xtesting/conf/env_file --v /root/.config/openstack.yaml +-v /root/.config/openstack/clouds.yaml -v /root/.kube/config -v :/var/lib/xtesting/results nexus3.onap.org:10003/onap/xtesting-smoke-usecases-pythonsdk:master sh -- cgit 1.2.3-korg