Remove a stale comment about SQLALCHEMY_DATABASE_DRIVER

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
This commit is contained in:
YAMAMOTO Takashi 2015-12-07 17:09:59 +09:00
parent 563c68f3cd
commit 239a9788b3
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