diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-04-25 05:48:18 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-04-25 06:03:36 -0400 |
commit | 514ad1b0b8fea733bdf9dacfe8d9006aa882fd10 (patch) | |
tree | 3f5719a38a6e703b02e3d41f9e1be55c4d569c8f /ci/docker | |
parent | d5e21b553c692948ec3710a5f1c1bc7dbabb6a62 (diff) |
obtain openstack creds in container
JIRA: BOTTLENECK-69
Change-Id: I428e6bfaa0088cc01bd074fccc637dcd2a75be5c
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'ci/docker')
-rw-r--r-- | ci/docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/docker/Dockerfile b/ci/docker/Dockerfile index 2c243792..f5ac0e86 100644 --- a/ci/docker/Dockerfile +++ b/ci/docker/Dockerfile @@ -18,6 +18,7 @@ ENV REPOS_DIR /home/opnfv # Bottlenecks repo ENV BOTTLENECKS_REPO_DIR ${REPOS_DIR}/bottlenecks ENV RELENG_REPO_DIR ${REPOS_DIR}/releng +ENV creds ${BOTTLENECKS_REPO_DIR}/config/openstack.creds #new test suite required packages can be added here RUN apt-get update && apt-get install -y \ |