Fix Ubuntu binary aodh-base

The python-aodh package is now required for Aodh on Ubuntu.

Change-Id: I4b3621d9a0c9883de662515c1036eb69ac0b3400
This commit is contained in:
Mark Goddard 2018-09-06 11:03:50 +01:00
parent 966b0b1e38
commit d66b3ba289
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ RUN mkdir -p /var/www/cgi-bin/aodh \
'aodh-common',
'apache2',
'libapache2-mod-wsgi',
'python-aodh',
'python-ldappool'
] %}