Merge "[install] Horizon updates for Mitaka"

This commit is contained in:
Jenkins 2016-03-26 15:30:52 +00:00 committed by Gerrit Code Review
commit f38c8d06e0

@ -112,7 +112,7 @@ Install and configure components
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '127.0.0.1:11211',
'LOCATION': 'controller:11211',
}
}
@ -211,7 +211,7 @@ Install and configure components
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '127.0.0.1:11211',
'LOCATION': 'controller:11211',
}
}
@ -310,7 +310,7 @@ Install and configure components
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '127.0.0.1:11211',
'LOCATION': 'controller:11211',
}
}