Browse code

Revert "change the default to PyMYSQL"

The failure rate with neutron is too high to keep this
as the default.

Related-Bug: #1464612

This reverts commit b3798af474955368211a297ba85332fde5491993.

Change-Id: Ie9550aeb25d472a38e3d3ef6f3711622c9221c46

Sean Dague authored on 2015/06/12 19:43:28
Showing 1 changed files
... ...
@@ -11,7 +11,7 @@
11 11
 MY_XTRACE=$(set +o | grep xtrace)
12 12
 set +o xtrace
13 13
 
14
-MYSQL_DRIVER=${MYSQL_DRIVER:-PyMySQL}
14
+MYSQL_DRIVER=${MYSQL_DRIVER:-MySQL-python}
15 15
 # Force over to pymysql driver by default if we are using it.
16 16
 if is_service_enabled mysql; then
17 17
     if [[ "$MYSQL_DRIVER" == "PyMySQL" ]]; then