From 9c47af83b311ea5e427708c8ae145f4aca87c27c Mon Sep 17 00:00:00 2001 From: Jan Provaznik Date: Mon, 29 Sep 2014 14:45:18 +0200 Subject: [PATCH] Make sure that keystonemiddleware package is installed With I58dad8e1151067bf8df37e511fff5fc0e3dfb487 we switched from obsolete keystoneclient to keystonemiddleware, make sure that proper package is installed too. Change-Id: Ifee489dbb52d4ae401d010d34ca5e244ea3e08e3 --- .../swift-proxy/install.d/swift-source-install/76-swift-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/swift-proxy/install.d/swift-source-install/76-swift-proxy b/elements/swift-proxy/install.d/swift-source-install/76-swift-proxy index a7a5d363a..5c73b90c8 100755 --- a/elements/swift-proxy/install.d/swift-source-install/76-swift-proxy +++ b/elements/swift-proxy/install.d/swift-source-install/76-swift-proxy @@ -6,7 +6,7 @@ set -eux $SWIFT_VENV_DIR/bin/pip install -U 'pbr>=0.5.21,<1.0' # These are only needed if using keystone auth, so are not in requirements.txt -$SWIFT_VENV_DIR/bin/pip install python-keystoneclient +$SWIFT_VENV_DIR/bin/pip install keystonemiddleware $SWIFT_VENV_DIR/bin/pip install python-swiftclient os-svc-daemon -i "$SWIFT_VENV_DIR" swift-proxy swift swift-proxy-server "/etc/swift/proxy-server.conf"