|
...
|
...
|
@@ -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
|