From 344802365d02a5524a4dd1ea743adefdc8e943fb Mon Sep 17 00:00:00 2001
From: liyin <liyin11@huawei.com>
Date: Thu, 1 Dec 2016 20:35:38 +0800
Subject: bug fix patch

JIRA: BOTTLENECK-113

this patch fix a problem that docker can't run
because of lacking pyroute2.
the next is docker-compose file have some error that yardstick can't
pull inluxdb container.
the next is fix some bug incode.

Change-Id: I238b69b456d2810e84bae5c134e6b05a8fc5da63
Signed-off-by: liyin <liyin11@huawei.com>
---
 docker/bottleneck-compose/docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'docker')

diff --git a/docker/bottleneck-compose/docker-compose.yml b/docker/bottleneck-compose/docker-compose.yml
index 0b256b5b..99ff1f6e 100644
--- a/docker/bottleneck-compose/docker-compose.yml
+++ b/docker/bottleneck-compose/docker-compose.yml
@@ -18,10 +18,10 @@ yardstick:
   restart: always
   build: yardstick/
   volumes:
-    - /var/run/docker/sock:/var/run/docker/sock
+    - /var/run/docker.sock:/var/run/docker.sock
   ports:
     - "8888:5000"
 
 bottlenecks:
   restart: always
-  build: bottlenecks/
\ No newline at end of file
+  build: bottlenecks/
-- 
cgit