diff options
author | liyin <liyin11@huawei.com> | 2016-12-02 18:12:06 +0800 |
---|---|---|
committer | Ace Lee <liyin11@huawei.com> | 2016-12-02 11:35:08 +0000 |
commit | 590b32bbd38fc62f3d221e4a5b3be9ab93bc45fe (patch) | |
tree | dec85a4ed2c28ef7012df0a2579c8541dab21cc7 /requirements.txt | |
parent | c8df867b2a9630399ce3f08aef1794283b15bd13 (diff) |
dashboard bug: can't deploy dashboard
JIRA: BOTTLENECK-116
This patch fix the bug that bottlenecks project can't establish
dashboard, error message is elasticsearch is not install.
after install elasticsearch, the error message is can't get ip.
to fix this bug, change file requriment.txt and dashboard file.
Change-Id: Ibad0dc46ab44d500b799bbf67e169d76c59e7199
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 28f7736e..f732bcc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -78,3 +78,4 @@ unittest2==1.1.0 warlock==1.2.0 wrapt==1.10.6 pyroute2==0.4.10 +elasticsearch==5.0.1 |