Merge "Only support python3 for apache wsgi module"

This commit is contained in:
Zuul 2022-04-03 11:56:23 +00:00 committed by Gerrit Code Review
commit 36074ecf4c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ horizon_distro_packages:
- apache2-utils
- cron # required by the Ansible cron module
- gettext
- "{{ (horizon_venv_python_executable == 'python3') | ternary('libapache2-mod-wsgi-py3', 'libapache2-mod-wsgi') }}"
- libapache2-mod-wsgi-py3
horizon_service_distro_packages:
- python3-django-openstack-auth