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:
parent
9790f9eb29
commit
ae8ca494f9
@ -25,3 +25,4 @@ swift_apt_packages:
|
||||
- openssh-server
|
||||
- python-dev
|
||||
- rsync
|
||||
- libssl-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user