Browse code

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

YAMAMOTO Takashi authored on 2015/12/07 17:09:59
Showing 6 changed files
... ...
@@ -1,6 +1,5 @@
1 1
 libkrb5-dev
2 2
 libldap2-dev
3 3
 libsasl2-dev
4
-python-mysql.connector
5 4
 python-mysqldb
6 5
 sqlite3
... ...
@@ -8,7 +8,6 @@ iputils-ping
8 8
 libmysqlclient-dev
9 9
 mysql-server #NOPRIME
10 10
 postgresql-server-dev-all
11
-python-mysql.connector
12 11
 python-mysqldb
13 12
 rabbitmq-server # NOPRIME
14 13
 radvd # NOPRIME
... ...
@@ -15,7 +15,6 @@ libvirt-dev # NOPRIME
15 15
 mysql-server # NOPRIME
16 16
 parted
17 17
 pm-utils
18
-python-mysql.connector
19 18
 python-mysqldb
20 19
 qemu # dist:wheezy,jessie NOPRIME
21 20
 qemu-kvm # NOPRIME
... ...
@@ -4,7 +4,6 @@ dnsmasq-utils # for dhcp_release
4 4
 ebtables
5 5
 iptables
6 6
 iputils
7
-mysql-connector-python
8 7
 mysql-devel
9 8
 MySQL-python
10 9
 mysql-server # NOPRIME
... ...
@@ -15,7 +15,6 @@ libvirt-devel # NOPRIME
15 15
 libvirt-python # NOPRIME
16 16
 libxml2-python
17 17
 m2crypto
18
-mysql-connector-python
19 18
 mysql-devel
20 19
 MySQL-python
21 20
 mysql-server # NOPRIME
... ...
@@ -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