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
This commit is contained in:
Maru Newby
2014-07-28 22:31:14 +00:00
parent 219e9c2278
commit 1a332836df
4 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ ebtables
iptables iptables
iputils-ping iputils-ping
iputils-arping iputils-arping
libmysqlclient-dev # testonly
mysql-server #NOPRIME mysql-server #NOPRIME
sudo sudo
python-boto python-boto

View File

@@ -4,6 +4,7 @@ conntrack
kpartx kpartx
parted parted
iputils-arping iputils-arping
libmysqlclient-dev # testonly
mysql-server # NOPRIME mysql-server # NOPRIME
python-mysqldb python-mysqldb
python-mysql.connector python-mysql.connector

View File

@@ -5,6 +5,7 @@ ebtables
iptables iptables
iputils iputils
mysql-connector-python mysql-connector-python
mysql-devel # testonly
mysql-server # NOPRIME mysql-server # NOPRIME
openvswitch # NOPRIME openvswitch # NOPRIME
python-boto python-boto

View File

@@ -16,6 +16,7 @@ libxml2-python
numpy # needed by websockify for spice console numpy # needed by websockify for spice console
m2crypto m2crypto
mysql-connector-python mysql-connector-python
mysql-devel # testonly
mysql-server # NOPRIME mysql-server # NOPRIME
parted parted
polkit polkit