Merge "Install python db client if a db backend is configured"

This commit is contained in:
Jenkins 2015-10-03 22:58:35 +00:00 committed by Gerrit Code Review
commit c4564dfbe6

View File

@ -727,6 +727,8 @@ install_rpc_backend
if is_service_enabled $DATABASE_BACKENDS; then
install_database
fi
if [ -n "$DATABASE_TYPE" ]; then
install_database_python
fi