Skip to content

Commit 28163c5

Browse files
lmicciniopenshift-merge-bot[bot]
authored andcommitted
Remove memcached_sasl_enabled=True workaround
Since https://review.opendev.org/c/openstack/oslo.cache/+/949978 is merged and backported to all the stable releases let's remove the workaround. Patch was also cherry-picked to downstream antelope. Jira: https://issues.redhat.com/browse/OSPRH-17029
1 parent 76fecc9 commit 28163c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/00-default.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ backend = oslo_cache.memcache_pool
6565
memcache_servers={{ .MemcachedServers }}
6666
memcache_socket_timeout = 0.5
6767
memcache_pool_connection_get_timeout = 1
68-
# workaround to force bmemcache driver
69-
memcache_sasl_enabled = true
7068
{{ else }}
7169
backend = dogpile.cache.memcached
7270
memcache_servers={{ .MemcachedServersWithInet }}

0 commit comments

Comments
 (0)