Browse code

Install memcached with swift+keystone midleware.

Chmouel Boudjnah authored on 2011/11/11 03:44:58
Showing 1 changed files
... ...
@@ -704,6 +704,11 @@ if [[ "$ENABLED_SERVICES" =~ "swift" ]]; then
704 704
    # configured keystone it will checkout the directory.
705 705
    if [[ "$ENABLED_SERVICES" =~ "key" ]]; then
706 706
        swift_auth_server=keystone
707
+
708
+       # We install the memcache server as this is will be used by the
709
+       # middleware to cache the tokens auths for a long this is needed.
710
+       apt_get install memcached
711
+
707 712
        # We need a special version of bin/swift which understand the
708 713
        # OpenStack api 2.0, we download it until this is getting
709 714
        # integrated in swift.