Install MySQL-python with pip in openstack-base container (type source)

MySQL-python is required by the Horizon database session cache.

Change-Id: I620767bc10f3316ed1037d86f5f6729066bfcfbd
Closes-bug: #1630559
This commit is contained in:
Christian Berendt 2016-10-11 13:13:35 +02:00
parent 24ec175f95
commit 579dc84e05
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,6 @@ ENV DEBIAN_FRONTEND noninteractive
'libxslt-devel',
'libyaml-devel',
'MariaDB-devel',
'MySQL-python',
'openldap-devel',
'openssl-devel',
'postgresql',
@ -274,6 +273,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
'kombu',
'monotonic',
'msgpack-python',
'MySQL-python',
'netaddr',
'netifaces',
'os-client-config',