Install memcached with swift+keystone midleware.

This commit is contained in:
Chmouel Boudjnah 2011-11-10 19:44:58 +01:00
parent aa4aa2ecb8
commit 904b0d7d1d

View file

@ -704,6 +704,11 @@ if [[ "$ENABLED_SERVICES" =~ "swift" ]]; then
# configured keystone it will checkout the directory.
if [[ "$ENABLED_SERVICES" =~ "key" ]]; then
swift_auth_server=keystone
# We install the memcache server as this is will be used by the
# middleware to cache the tokens auths for a long this is needed.
apt_get install memcached
# We need a special version of bin/swift which understand the
# OpenStack api 2.0, we download it until this is getting
# integrated in swift.