Merge "Remove a stale comment about SQLALCHEMY_DATABASE_DRIVER"
This commit is contained in:
commit
d21747952e
@ -1,6 +1,5 @@
|
||||
libkrb5-dev
|
||||
libldap2-dev
|
||||
libsasl2-dev
|
||||
python-mysql.connector
|
||||
python-mysqldb
|
||||
sqlite3
|
||||
|
@ -8,7 +8,6 @@ iputils-ping
|
||||
libmysqlclient-dev
|
||||
mysql-server #NOPRIME
|
||||
postgresql-server-dev-all
|
||||
python-mysql.connector
|
||||
python-mysqldb
|
||||
rabbitmq-server # NOPRIME
|
||||
radvd # NOPRIME
|
||||
|
@ -15,7 +15,6 @@ libvirt-dev # NOPRIME
|
||||
mysql-server # NOPRIME
|
||||
parted
|
||||
pm-utils
|
||||
python-mysql.connector
|
||||
python-mysqldb
|
||||
qemu # dist:wheezy,jessie NOPRIME
|
||||
qemu-kvm # NOPRIME
|
||||
|
@ -4,7 +4,6 @@ dnsmasq-utils # for dhcp_release
|
||||
ebtables
|
||||
iptables
|
||||
iputils
|
||||
mysql-connector-python
|
||||
mysql-devel
|
||||
MySQL-python
|
||||
mysql-server # NOPRIME
|
||||
|
@ -15,7 +15,6 @@ libvirt-devel # NOPRIME
|
||||
libvirt-python # NOPRIME
|
||||
libxml2-python
|
||||
m2crypto
|
||||
mysql-connector-python
|
||||
mysql-devel
|
||||
MySQL-python
|
||||
mysql-server # NOPRIME
|
||||
|
12
stackrc
12
stackrc
@ -72,18 +72,6 @@ if ! isset ENABLED_SERVICES ; then
|
||||
ENABLED_SERVICES+=,rabbit,tempest,mysql,dstat
|
||||
fi
|
||||
|
||||
# SQLAlchemy supports multiple database drivers for each database server
|
||||
# type. For example, deployer may use MySQLdb, MySQLConnector, or oursql
|
||||
# to access MySQL database.
|
||||
#
|
||||
# When defined, the variable controls which database driver is used to
|
||||
# connect to database server. Otherwise using default driver defined for
|
||||
# each database type.
|
||||
#
|
||||
# You can find the list of currently supported drivers for each database
|
||||
# type at: http://docs.sqlalchemy.org/en/rel_0_9/core/engines.html
|
||||
# SQLALCHEMY_DATABASE_DRIVER="mysqldb"
|
||||
|
||||
# Global toggle for enabling services under mod_wsgi. If this is set to
|
||||
# ``True`` all services that use HTTPD + mod_wsgi as the preferred method of
|
||||
# deployment, will be deployed under Apache. If this is set to ``False`` all
|
||||
|
Loading…
Reference in New Issue
Block a user