Browse code

Add mysql devel as testonly alongside mysql-server

Neutron needs to be able to install MySQL-python in the functional
test job, which requires devstack to install mysql devel libraries as
testonly.

As per sdague's recommendation mysql devel libraries are now installed
for nova as well. In the future, any service that installs
mysql-server should also install mysql devel libraries for consistency.

Related-bug: #1346444

Change-Id: Ie715841e33a2c2d31cb4ac724b302eb98ed3366a

Maru Newby authored on 2014/07/29 07:31:14
Showing 4 changed files
... ...
@@ -2,6 +2,7 @@ ebtables
2 2
 iptables
3 3
 iputils-ping
4 4
 iputils-arping
5
+libmysqlclient-dev  # testonly
5 6
 mysql-server #NOPRIME
6 7
 sudo
7 8
 python-boto
... ...
@@ -4,6 +4,7 @@ conntrack
4 4
 kpartx
5 5
 parted
6 6
 iputils-arping
7
+libmysqlclient-dev  # testonly
7 8
 mysql-server # NOPRIME
8 9
 python-mysqldb
9 10
 python-mysql.connector
... ...
@@ -5,6 +5,7 @@ ebtables
5 5
 iptables
6 6
 iputils
7 7
 mysql-connector-python
8
+mysql-devel  # testonly
8 9
 mysql-server # NOPRIME
9 10
 openvswitch # NOPRIME
10 11
 python-boto
... ...
@@ -16,6 +16,7 @@ libxml2-python
16 16
 numpy # needed by websockify for spice console
17 17
 m2crypto
18 18
 mysql-connector-python
19
+mysql-devel  # testonly
19 20
 mysql-server # NOPRIME
20 21
 parted
21 22
 polkit