Merge "Switch to python3-apt in Victoria"

This commit is contained in:
Zuul 2020-10-16 13:07:48 +00:00 committed by Gerrit Code Review
commit fe9eaa0a60
1 changed files with 16 additions and 0 deletions

View File

@ -203,6 +203,22 @@ class AodhCharmRocky(AodhCharmOcata):
python_version = 3
class AodhCharmVictoria(AodhCharmRocky):
release = 'victoria'
packages = [
'aodh-api',
'aodh-evaluator',
'aodh-expirer',
'aodh-notifier',
'aodh-listener',
'python3-aodh',
'libapache2-mod-wsgi-py3',
'python3-apt', # NOTE: workaround for hacluster suboridinate
]
def install():
"""Use the singleton from the AodhCharm to install the packages on the
unit