Merge "keystone: Fix for missing libldap-common package for debian"

This commit is contained in:
Zuul 2023-03-30 11:17:14 +00:00 committed by Gerrit Code Review
commit be15d6212f
1 changed files with 1 additions and 0 deletions

View File

@ -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',
] %}