kolla-ansible/ansible/roles/horizon
Michal Arbet 4108aea879 Fix horizon deployment
New horizon release use [1] for cache backend
instead of [2] as it was in previous versions.

This patch:

1. Removes override from config and
   configure only memcached endpoints, not backend
   specification itself. This will avoid bugs
   in future in case BACKEND will be switched again.

2. Remove 'memcached' context from kolla_address filter
   and use 'url' as [1] don't support inet6:[{address}]
   for ipv6 but supports [{address}] which 'url' provides.

[1] django.core.cache.backends.memcached.PyMemcacheCache
[2] django.core.cache.backends.memcached.MemcachedCache

Change-Id: Ie3a8f47e7b776b6aa2bb9b1522fdd4514ea1484b
2024-02-07 16:13:27 +01:00
..
defaults Add support for LetsEncrypt-managed certs 2023-11-07 10:59:51 +01:00
handlers Rename kolla_docker to kolla_container 2023-11-15 13:54:57 +01:00
tasks Rework horizon role to support local_settings.d 2024-02-07 16:13:26 +01:00
templates Fix horizon deployment 2024-02-07 16:13:27 +01:00
vars Move project_name and kolla_role_name to role vars 2021-12-31 09:26:25 +00:00