Add centos-8 support

Reverting systemd-devel

Change-Id: I1f11ba98140b0fef396dcb1d8af4609e35f79104
This commit is contained in:
root 2020-07-06 01:54:16 -04:00
parent 35f2dcef3c
commit 9c108039ff

View File

@ -28,7 +28,7 @@ octavia_service_distro_packages:
- openstack-octavia-health-manager - openstack-octavia-health-manager
- openstack-octavia-housekeeping - openstack-octavia-housekeeping
- openstack-octavia-worker - openstack-octavia-worker
- systemd-python - "{{ ansible_distribution_major_version is version('8', '<') | ternary('systemd-python', 'python3-systemd') }}"
octavia_distro_openstack_clients_packages: octavia_distro_openstack_clients_packages:
- python-shade - python-shade