Add Centos-8 support

Change-Id: I018d1fc8ad637de8e76a98f22f6cef21e3f0b7c3
This commit is contained in:
Dmitriy Rabotyagov 2020-06-15 13:58:52 +03:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent 8479a1b8e4
commit be3a7c7e2b
1 changed files with 3 additions and 3 deletions

View File

@ -28,15 +28,15 @@ keystone_devel_distro_packages:
- libxslt-devel
- openldap-devel
- openssl-devel
- python-devel
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('python-devel', 'python36-devel') }}"
- systemd-devel
- which
keystone_service_distro_packages:
- openstack-keystone
- systemd-python
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('systemd-python', 'python3-systemd') }}"
- uwsgi
- uwsgi-plugin-python
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('uwsgi-plugin-python', 'uwsgi-plugin-python3') }}"
keystone_apache_distro_packages:
- httpd