install missing elasticsearch client

elasticsearch client must be explicitly installed as it's an
optional backend requirement. this patch installs the client when
installing elasticsearch

Change-Id: I534cf0c78ab1fe7d309ef5f808bbe7b5422b403e
This commit is contained in:
gordon chung 2015-03-12 00:34:06 -04:00 committed by Ian Wienand
parent 518ca616ae
commit 3011ec7549
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ function stop_elasticsearch {
}
function install_elasticsearch {
pip_install elasticsearch
if is_package_installed elasticsearch; then
echo "Note: elasticsearch was already installed."
return