Ensure mysql-python dependency met

`libmysqlclient-dev` is missing, when performing a Kilo to Newton upgrade
on a multi-node AIO, causing `mysql-python` to fail to install. This
change ensures it is present.

Change-Id: Id418929b1713357bea183c50b64219f175aee9bc
This commit is contained in:
git-harry 2017-07-13 09:55:15 +01:00
parent 9ff145e3b2
commit 6d26cf0c6d

View File

@ -383,7 +383,7 @@ function build_venv {
exit 99
fi
apt-get -y install liberasurecode-dev > /dev/null
apt-get -y install liberasurecode-dev libmysqlclient-dev > /dev/null
### The venv build is done using a modern version of the py_pkgs plugin which collects all versions of
### the OpenStack components from a given release. This creates 1 large venv per migratory release.