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