Switch memcache using stuff to use 01 so we can upgrade 02.

This commit is contained in:
Kevin Fenzi 2015-02-09 21:54:13 +00:00
parent 34f9697382
commit 778886d77b
7 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@ DATAGREPPER_CACHE_BACKEND='dogpile.cache.memcached'
DATAGREPPER_CACHE_KWARGS={'arguments': {'url': 'app01.stg.phx2.fedoraproject.org:11211'}}
{% else %}
#DATAGREPPER_CACHE_KWARGS={'arguments': {'url': ['memcached01.phx2.fedoraproject.org:11211', 'memcached02.phx2.fedoraproject.org:11211']}}
DATAGREPPER_CACHE_KWARGS={'arguments': {'url': ['memcached02.phx2.fedoraproject.org:11211']}}
DATAGREPPER_CACHE_KWARGS={'arguments': {'url': ['memcached01.phx2.fedoraproject.org:11211']}}
{% endif %}
{% if environment == "staging" %}