| commit | c4564dfbe60a57069679ff29d488543dc34b0c6f | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Sat Oct 03 22:58:35 2015 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Sat Oct 03 22:58:35 2015 +0000 |
| tree | 602fecca992fb4785a7b061ca5db8774acd6b4d6 | |
| parent | bd5e6b16590f852402ae60eb6e2b45178be85870 [diff] | |
| parent | 7dd890d6e13e3bc021952ed1e4b81d3ae4bb4356 [diff] |
Merge "Install python db client if a db backend is configured"
diff --git a/stack.sh b/stack.sh index cd8a11e..c2eeaee 100755 --- a/stack.sh +++ b/stack.sh
@@ -727,6 +727,8 @@ if is_service_enabled $DATABASE_BACKENDS; then install_database +fi +if [ -n "$DATABASE_TYPE" ]; then install_database_python fi