diff options
author | liyin <liyin11@huawei.com> | 2016-12-01 20:35:38 +0800 |
---|---|---|
committer | liyin <liyin11@huawei.com> | 2016-12-01 20:57:31 +0800 |
commit | 344802365d02a5524a4dd1ea743adefdc8e943fb (patch) | |
tree | 9da52867f88fd882d758597ef318929ca322c893 /requirements.txt | |
parent | 0c8b2ef0c9749dc26d88e302a53ecc06c1258d36 (diff) |
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>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index e07a0c65..28f7736e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -77,3 +77,4 @@ unicodecsv==0.14.1 unittest2==1.1.0 warlock==1.2.0 wrapt==1.10.6 +pyroute2==0.4.10 |