| commit | 1e6b33377f4f6dd82a65070da0ac811fae3bd905 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Thu Jun 11 11:35:38 2015 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Thu Jun 11 11:35:38 2015 +0000 |
| tree | 7b1dd1e04ae89f78c973dd00cc83cb2a9ce5408e | |
| parent | 4e0defe10917828da68dbd6c77573e70f33e8115 [diff] | |
| parent | b3798af474955368211a297ba85332fde5491993 [diff] |
Merge "change the default to PyMYSQL"
diff --git a/lib/databases/mysql b/lib/databases/mysql index 7cd2856..832c2ca 100644 --- a/lib/databases/mysql +++ b/lib/databases/mysql
@@ -11,7 +11,7 @@ MY_XTRACE=$(set +o | grep xtrace) set +o xtrace -MYSQL_DRIVER=${MYSQL_DRIVER:-MySQL-python} +MYSQL_DRIVER=${MYSQL_DRIVER:-PyMySQL} # Force over to pymysql driver by default if we are using it. if is_service_enabled mysql; then if [[ "$MYSQL_DRIVER" == "PyMySQL" ]]; then