Skip to content

Commit

Permalink
Revert "change the default to PyMYSQL"
Browse files Browse the repository at this point in the history
The failure rate with neutron is too high to keep this
as the default.

Related-Bug: #1464612

This reverts commit b3798af.

Change-Id: Ie9550aeb25d472a38e3d3ef6f3711622c9221c46
  • Loading branch information
sdague committed Jun 12, 2015
1 parent b3798af commit de8d29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/databases/mysql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
MY_XTRACE=$(set +o | grep xtrace)
set +o xtrace

MYSQL_DRIVER=${MYSQL_DRIVER:-PyMySQL}
MYSQL_DRIVER=${MYSQL_DRIVER:-MySQL-python}
# Force over to pymysql driver by default if we are using it.
if is_service_enabled mysql; then
if [[ "$MYSQL_DRIVER" == "PyMySQL" ]]; then
Expand Down

0 comments on commit de8d29e

Please sign in to comment.