From 3360e5f2a8aa431b6be4397e024d39b8235a43f7 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Fri, 17 Apr 2015 18:02:08 -0500 Subject: [PATCH] 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 --- defaults/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/defaults/main.yml b/defaults/main.yml index e8f133af..7ec4328e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -116,6 +116,7 @@ swift_pip_packages: - dnspython - ecdsa - keystonemiddleware + - pyeclib - pycrypto - python-cinderclient - python-keystoneclient @@ -128,6 +129,8 @@ swift_apt_packages: - curl - gcc - git-core + - liberasurecode1 + - liberasurecode-dev - libffi-dev - openssh-server - python-dev