Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2508639
)
Fix error in compute docker compose file
75/42175/1
author
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Sat, 16 Sep 2017 06:45:51 +0000
(14:45 +0800)
committer
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Mon, 18 Sep 2017 00:50:25 +0000
(
00:50
+0000)
Change-Id: I7b002155214d3e81912c41aa28c7691681cff20c
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
(cherry picked from commit
003f34feb75498eb567ec58ba0e49e42d202a5f5
)
tests/ci/compute/docker-compose.yaml
patch
|
blob
|
history
diff --git
a/tests/ci/compute/docker-compose.yaml
b/tests/ci/compute/docker-compose.yaml
index
f21190e
..
712c9c5
100644
(file)
--- a/
tests/ci/compute/docker-compose.yaml
+++ b/
tests/ci/compute/docker-compose.yaml
@@
-14,4
+14,5
@@
services:
container_name: compute_qtip
image: opnfv/qtip:${DOCKER_TAG}
env_file: ${ENV_FILE}
- volumes: ${SSH_CREDENTIALS}:/root/.ssh
+ volumes:
+ - ${SSH_CREDENTIALS}:/root/.ssh