Fix package name for centos

There is no python{,3}-systemd package under centos. Only
systemd-python exists.

The patch [1] merged with non-voting jobs for keystone, and
therefore has started to break all the other jobs who are voting,
like horizon.

[1]: https://review.openstack.org/#/c/585524/9/vars/redhat-7.yml
Change-Id: I86c43b2ce189bf25f5c3de1bba1c1231787693ba
This commit is contained in:
Jean-Philippe Evrard 2018-07-30 09:24:45 +02:00
parent ab512d14dc
commit 026b355afc
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ keystone_devel_distro_packages:
keystone_service_distro_packages:
- openstack-keystone
- python-systemd
- python3-systemd
- systemd-python
- uwsgi
- uwsgi-plugin-python