keystone: Fix for missing libldap-common package for debian
Closes-Bug: #2009484
Change-Id: I01578289e65010748bfaf6d6b81861764aa62368
(cherry picked from commit 2050aa35db
)
This commit is contained in:
parent
0cb25700ee
commit
b2296aa5c0
@ -21,6 +21,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% set keystone_base_packages = [
|
||||
'libapache2-mod-auth-mellon',
|
||||
'libapache2-mod-auth-openidc',
|
||||
'libldap-common',
|
||||
'libldap2-dev',
|
||||
'libsasl2-dev',
|
||||
] %}
|
||||
|
Loading…
Reference in New Issue
Block a user