Skip to content

Commit aa8325f

Browse files
stuggiopenshift-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 Signed-off-by: Martin Schuppert <[email protected]>
1 parent c71791e commit aa8325f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/nova.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,6 @@ backend = oslo_cache.memcache_pool
181181
memcache_servers={{ .MemcachedServers }}
182182
memcache_socket_timeout = 0.5
183183
memcache_pool_connection_get_timeout = 1
184-
# workaround to force bmemcache driver
185-
memcache_sasl_enabled = true
186184
{{else}}
187185
backend = dogpile.cache.memcached
188186
memcache_servers={{ .MemcachedServersWithInet }}

0 commit comments

Comments
 (0)