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:
parent
563c68f3cd
commit
239a9788b3
@ -1,6 +1,5 @@
|
|||||||
libkrb5-dev
|
libkrb5-dev
|
||||||
libldap2-dev
|
libldap2-dev
|
||||||
libsasl2-dev
|
libsasl2-dev
|
||||||
python-mysql.connector
|
|
||||||
python-mysqldb
|
python-mysqldb
|
||||||
sqlite3
|
sqlite3
|
||||||
|
@ -8,7 +8,6 @@ iputils-ping
|
|||||||
libmysqlclient-dev
|
libmysqlclient-dev
|
||||||
mysql-server #NOPRIME
|
mysql-server #NOPRIME
|
||||||
postgresql-server-dev-all
|
postgresql-server-dev-all
|
||||||
python-mysql.connector
|
|
||||||
python-mysqldb
|
python-mysqldb
|
||||||
rabbitmq-server # NOPRIME
|
rabbitmq-server # NOPRIME
|
||||||
radvd # NOPRIME
|
radvd # NOPRIME
|
||||||
|
@ -15,7 +15,6 @@ libvirt-dev # NOPRIME
|
|||||||
mysql-server # NOPRIME
|
mysql-server # NOPRIME
|
||||||
parted
|
parted
|
||||||
pm-utils
|
pm-utils
|
||||||
python-mysql.connector
|
|
||||||
python-mysqldb
|
python-mysqldb
|
||||||
qemu # dist:wheezy,jessie NOPRIME
|
qemu # dist:wheezy,jessie NOPRIME
|
||||||
qemu-kvm # NOPRIME
|
qemu-kvm # NOPRIME
|
||||||
|
@ -4,7 +4,6 @@ dnsmasq-utils # for dhcp_release
|
|||||||
ebtables
|
ebtables
|
||||||
iptables
|
iptables
|
||||||
iputils
|
iputils
|
||||||
mysql-connector-python
|
|
||||||
mysql-devel
|
mysql-devel
|
||||||
MySQL-python
|
MySQL-python
|
||||||
mysql-server # NOPRIME
|
mysql-server # NOPRIME
|
||||||
|
@ -15,7 +15,6 @@ libvirt-devel # NOPRIME
|
|||||||
libvirt-python # NOPRIME
|
libvirt-python # NOPRIME
|
||||||
libxml2-python
|
libxml2-python
|
||||||
m2crypto
|
m2crypto
|
||||||
mysql-connector-python
|
|
||||||
mysql-devel
|
mysql-devel
|
||||||
MySQL-python
|
MySQL-python
|
||||||
mysql-server # NOPRIME
|
mysql-server # NOPRIME
|
||||||
|
12
stackrc
12
stackrc
@ -72,18 +72,6 @@ if ! isset ENABLED_SERVICES ; then
|
|||||||
ENABLED_SERVICES+=,rabbit,tempest,mysql,dstat
|
ENABLED_SERVICES+=,rabbit,tempest,mysql,dstat
|
||||||
fi
|
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
|
# 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
|
# ``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
|
# deployment, will be deployed under Apache. If this is set to ``False`` all
|
||||||
|
Loading…
Reference in New Issue
Block a user