Merge "Remove a stale comment about SQLALCHEMY_DATABASE_DRIVER"

This commit is contained in:
Jenkins 2015-12-22 06:04:46 +00:00 committed by Gerrit Code Review
commit d21747952e
6 changed files with 0 additions and 17 deletions

View File

@ -1,6 +1,5 @@
libkrb5-dev
libldap2-dev
libsasl2-dev
python-mysql.connector
python-mysqldb
sqlite3

View File

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

View File

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

View File

@ -4,7 +4,6 @@ dnsmasq-utils # for dhcp_release
ebtables
iptables
iputils
mysql-connector-python
mysql-devel
MySQL-python
mysql-server # NOPRIME

View File

@ -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
View File

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