diff options
Diffstat (limited to 'ansible/host_vars/127.0.0.1')
-rw-r--r-- | ansible/host_vars/127.0.0.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/host_vars/127.0.0.1 b/ansible/host_vars/127.0.0.1 index ef49d7dd..685a2f31 100644 --- a/ansible/host_vars/127.0.0.1 +++ b/ansible/host_vars/127.0.0.1 @@ -2,4 +2,4 @@ docker_args: env: DEPLOY_SCENARIO: k8-nosdn-nofeature-noha volumes: - - /home/opnfv/functest-kubernetes/config:/root/.kube/config + - /home/opnfv/functest-kubernetes/config:/home/xtesting/.kube/config |