From: jose.lausuch Date: Thu, 17 Dec 2015 10:20:50 +0000 (+0100) Subject: Add path to credentials env variable in Docker file X-Git-Tag: 0.2~1880 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=8c8223c559674664331a7d7b85a5469ce325b626;p=functest-xtesting.git Add path to credentials env variable in Docker file To make faster troubleshooting Change-Id: I5ae8fa7db3a7d61f8dbc56b33cb5248f0b5e5daf Signed-off-by: jose.lausuch --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 8c53f81d..99d18cad 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -23,9 +23,9 @@ FROM ubuntu:14.04 MAINTAINER Jose Lausuch LABEL version="0.1" description="OPNFV Functest Docker container" -ENV repos_dir /home/opnfv/repos ENV HOME /home/opnfv - +ENV repos_dir /home/opnfv/repos +ENV creds /home/opnfv/functest/conf/openstack.creds WORKDIR /home/opnfv # Packaged dependencies