Fix distro installs on Ubuntu

Beginning in the Stein release, Ubuntu distro packages are now using
Python3.

Install the 'python3-aodh' package instead of individual service
packages since they provide service config files that conflict
with the ones OSA provides.

Change-Id: I708dfd69dbb68240fc1205893fe8c4870476da60
This commit is contained in:
Jimmy McCrory 2019-06-10 10:53:33 -07:00
parent 7224c37af7
commit 297b4e4ecd
1 changed files with 2 additions and 6 deletions

View File

@ -21,7 +21,7 @@ aodh_distro_packages:
- rpcbind
- apache2
- apache2-utils
- libapache2-mod-wsgi
- libapache2-mod-wsgi-py3
aodh_devel_distro_packages:
- libffi-dev
@ -32,11 +32,7 @@ aodh_devel_distro_packages:
- pkg-config
aodh_service_distro_packages:
- aodh-api
- aodh-evaluator
- aodh-expirer
- aodh-listener
- aodh-notifier
- python3-aodh
- python-systemd
- python3-systemd