Merge "install memcached for swift via files"

This commit is contained in:
Jenkins 2012-11-15 13:06:21 +00:00 committed by Gerrit Code Review
commit 8205e0dcfb
3 changed files with 2 additions and 7 deletions
files
apts
rpms
stack.sh

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

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

@ -779,11 +779,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