horizon: Ensure mysqldb client is installed

Impacts ubuntu-binary based built images.

Django has no way to change the driver for MySQL backed session
management in Horizon.

Ensure that the supported MySQLDB driver is installed for use.

Change-Id: If006a75b97b336242d2d458d0a85f75a5d450635
Closes-Bug: 1840903
This commit is contained in:
James Page 2022-12-14 10:21:12 +00:00
parent 6ba7df3618
commit 5d56db0891

View File

@ -59,6 +59,7 @@ RUN ln -s /usr/share/openstack-dashboard/openstack_dashboard /usr/lib/python{{ d
'python3-manila-ui',
'python3-mistral-dashboard',
'python3-murano-dashboard',
'python3-mysqldb',
'python3-neutron-vpnaas-dashboard',
'python3-octavia-dashboard',
'python3-sahara-dashboard',