updated swift deps for use in stable/kilo

swift now depends on the package pyeclib which has a library dep
of liberasurecode1, liberasurecode-dev and this commit adds the
libs to the swift install as well as the repo server.

Change-Id: I36ff6354b78faedcfd716f31c53627c1bcb54d78
Partially-Implements: blueprint master-kilofication
This commit is contained in:
Kevin Carter 2015-04-17 18:02:08 -05:00
parent 7e258828a4
commit 3360e5f2a8

View File

@ -116,6 +116,7 @@ swift_pip_packages:
- dnspython - dnspython
- ecdsa - ecdsa
- keystonemiddleware - keystonemiddleware
- pyeclib
- pycrypto - pycrypto
- python-cinderclient - python-cinderclient
- python-keystoneclient - python-keystoneclient
@ -128,6 +129,8 @@ swift_apt_packages:
- curl - curl
- gcc - gcc
- git-core - git-core
- liberasurecode1
- liberasurecode-dev
- libffi-dev - libffi-dev
- openssh-server - openssh-server
- python-dev - python-dev