Update required system packages for Xenial

These system packages are required for service operation with Xenial.

Change-Id: I7136f6274a77ab83230066a69cf20c7056a490f3
This commit is contained in:
Steve Lewis 2016-08-10 14:48:39 -05:00
parent f03762a45b
commit 54919fe3e3
2 changed files with 5 additions and 1 deletions

View File

@ -15,6 +15,6 @@
# and the disk images are rebuilt and redeployed.
curl
# Requirements for Paramiko 2.0
# Requirements for Cryptography
libssl-dev
libffi-dev

View File

@ -22,6 +22,10 @@ aodh_apt_packages:
- apache2
- apache2-utils
- libapache2-mod-wsgi
- libffi-dev
- libssl-dev
- libxml2-dev
- libxslt1-dev
aodh_apt_test_packages:
- git