install memcached for swift via files

when swift was enabled we were installing memcached via
stack.sh, after marking it optional in files. Just use
files instead.

Change-Id: Ib8ee2d1f47254e805f4747b8aff6e89baa66913c
This commit is contained in:
Sean Dague 2012-11-13 15:08:26 -05:00
parent e89fd6ae45
commit c6d54c10df
3 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,6 @@
curl
gcc
memcached # NOPRIME
memcached
python-configobj
python-coverage
python-dev

View File

@ -1,6 +1,6 @@
curl
gcc
memcached # NOPRIME
memcached
python-configobj
python-coverage
python-devel

View File

@ -784,11 +784,6 @@ if is_service_enabled q-agt; then
fi
fi
if is_service_enabled swift; then
# Install memcached for swift.
install_package memcached
fi
TRACK_DEPENDS=${TRACK_DEPENDS:-False}
# Install python packages into a virtualenv so that we can track them