Merge "fix redis requirement and import hiredis"

This commit is contained in:
Jenkins 2016-07-25 01:53:43 +00:00 committed by Gerrit Code Review
commit 5c276487ef
3 changed files with 4 additions and 2 deletions

View File

@ -88,7 +88,8 @@ function nb_db_driver_install_server {
}
function nb_db_driver_install_client {
sudo pip install redis
sudo pip install redis>=2.10.0
sudo pip install hiredis>=0.2.0
}
function nb_db_driver_status_server

View File

@ -18,4 +18,3 @@ oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
oslo.reports>=0.6.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
redis>=2.10.0 # MIT

View File

@ -14,4 +14,6 @@ oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
redis>=2.10.0 # MIT
hiredis>=0.2.0 # BSD
reno>=1.8.0 # Apache2