Install python-pymysql on Ubuntu

Note: this is a temporary fix and will be reverted once packaging is
fixed upstream.
python-pymysql is a new dependency in Liberty and current OpenStack
packages do not depend on it right now. It's work in progress by
tu
team.

Change-Id: I5d997e27abce98c6edc551350cec27c4611e736f
This commit is contained in:
Emilien Macchi 2015-08-27 13:16:45 -04:00
parent d3a7500958
commit b3f8d3582a

@ -52,3 +52,10 @@ else
fi
puppet module list
# TODO(emilien) drop that code once Ubuntu Liberty packaging is fixed
if type "apt-get" 2>/dev/null; then
sudo add-apt-repository -y ppa:ubuntu-cloud-archive/liberty-staging
sudo apt-get update
sudo apt-get install -y python-pymysql
fi