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
This commit is contained in:
parent
b3798af474
commit
de8d29ed8c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user