Add package requirements for encryption

Since object body and metadata encryption were added to swift there is a
new apt pkg requirement: libssl-dev

This is required to install pip packages correctly for Swift, and the
gate will fail without this package.

Change-Id: I395e359bae0198dfc26b8ecc04bb4df7e1152aac
This commit is contained in:
Andy McCrae 2016-08-03 18:23:51 +01:00
parent 9790f9eb29
commit ae8ca494f9

View File

@ -24,4 +24,5 @@ swift_apt_packages:
- libffi-dev
- openssh-server
- python-dev
- rsync
- rsync
- libssl-dev