Browse code

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

gordon chung authored on 2015/03/12 13:34:06
Showing 1 changed files
... ...
@@ -77,6 +77,7 @@ function stop_elasticsearch {
77 77
 }
78 78
 
79 79
 function install_elasticsearch {
80
+    pip_install elasticsearch
80 81
     if is_package_installed elasticsearch; then
81 82
         echo "Note: elasticsearch was already installed."
82 83
         return