Skip to content

Commit 1a33283

Browse files
committed
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
1 parent 219e9c2 commit 1a33283

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

files/apts/neutron

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ ebtables
22
iptables
33
iputils-ping
44
iputils-arping
5+
libmysqlclient-dev # testonly
56
mysql-server #NOPRIME
67
sudo
78
python-boto

files/apts/nova

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ conntrack
44
kpartx
55
parted
66
iputils-arping
7+
libmysqlclient-dev # testonly
78
mysql-server # NOPRIME
89
python-mysqldb
910
python-mysql.connector

files/rpms/neutron

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ebtables
55
iptables
66
iputils
77
mysql-connector-python
8+
mysql-devel # testonly
89
mysql-server # NOPRIME
910
openvswitch # NOPRIME
1011
python-boto

files/rpms/nova

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ libxml2-python
1616
numpy # needed by websockify for spice console
1717
m2crypto
1818
mysql-connector-python
19+
mysql-devel # testonly
1920
mysql-server # NOPRIME
2021
parted
2122
polkit

0 commit comments

Comments
 (0)