SQLALCHEMY_DATABASE_DRIVER is no longer used
after If6d8d08e5b7b7c48ca012677b536d71058def6fd .
Also, remove mysql connector packages from the install list.
Closes-Bug: #1523377
Related-Bug: #1493304
Change-Id: I5ecbc3b0bac989faa5c46d3c2866558a505414d8
| ... | ... |
@@ -72,18 +72,6 @@ if ! isset ENABLED_SERVICES ; then |
| 72 | 72 |
ENABLED_SERVICES+=,rabbit,tempest,mysql,dstat |
| 73 | 73 |
fi |
| 74 | 74 |
|
| 75 |
-# SQLAlchemy supports multiple database drivers for each database server |
|
| 76 |
-# type. For example, deployer may use MySQLdb, MySQLConnector, or oursql |
|
| 77 |
-# to access MySQL database. |
|
| 78 |
-# |
|
| 79 |
-# When defined, the variable controls which database driver is used to |
|
| 80 |
-# connect to database server. Otherwise using default driver defined for |
|
| 81 |
-# each database type. |
|
| 82 |
-# |
|
| 83 |
-# You can find the list of currently supported drivers for each database |
|
| 84 |
-# type at: http://docs.sqlalchemy.org/en/rel_0_9/core/engines.html |
|
| 85 |
-# SQLALCHEMY_DATABASE_DRIVER="mysqldb" |
|
| 86 |
- |
|
| 87 | 75 |
# Global toggle for enabling services under mod_wsgi. If this is set to |
| 88 | 76 |
# ``True`` all services that use HTTPD + mod_wsgi as the preferred method of |
| 89 | 77 |
# deployment, will be deployed under Apache. If this is set to ``False`` all |