Only support python3 for apache wsgi module

Remove logic supporting python2.

Change-Id: I6897713f1a46311944a384e31fb9caefb27acf4f
This commit is contained in:
Jonathan Rosser 2022-02-02 04:42:52 -05:00
parent 9b8cdbc525
commit a470557e44
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