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
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

@@ -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