aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-09-16 14:45:51 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-09-16 14:45:51 +0800
commit003f34feb75498eb567ec58ba0e49e42d202a5f5 (patch)
tree75862bc9eefdbb5412b7e6649c2d5d860323c46f /tests
parent8dd33d149435611d9730a09933f040b15764c503 (diff)
Fix error in compute docker compose file
Change-Id: I7b002155214d3e81912c41aa28c7691681cff20c Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests')
-rw-r--r--tests/ci/compute/docker-compose.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ci/compute/docker-compose.yaml b/tests/ci/compute/docker-compose.yaml
index f21190e9..712c9c54 100644
--- 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