From 6f1c15da9dd27c5efcc514db314c7e4fae107645 Mon Sep 17 00:00:00 2001
From: Christian Berendt <berendt@betacloud-solutions.de>
Date: Wed, 5 Oct 2016 14:54:49 +0200
Subject: [PATCH] Install python-mysqldb for Ubuntu in openstack-base container

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

Change-Id: If52a9a6c9addbebc955e4755ea3c7c1a81df1bca
Closes-bug: #1630559
---
 docker/openstack-base/Dockerfile.j2 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/openstack-base/Dockerfile.j2 b/docker/openstack-base/Dockerfile.j2
index cdfe6131cb..0ded986e5e 100644
--- a/docker/openstack-base/Dockerfile.j2
+++ b/docker/openstack-base/Dockerfile.j2
@@ -173,6 +173,7 @@ ENV DEBIAN_FRONTEND noninteractive
             'python-memcache',
             'python-mistralclient',
             'python-muranoclient',
+            'python-mysqldb',
             'python-pip',
             'python-saharaclient',
             'python-swiftclient',