4b747fa083
Change-Id: I5de14b5bd2d96c2f78152eda48842d388109e02b Partial-Bug: #1838037 Closes-Bug: #1837407
13 lines
628 B
YAML
13 lines
628 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The socket timeout configuration option for memcache of Keystone's
|
|
definition isn't actually used anywhere [0], it would appear to be
|
|
a broken knob. In fact oslo.cache has a duplicate option that appears
|
|
to be used instead [1].
|
|
We can deprecate the keystone-specific option and point people to the
|
|
oslo.cache option.
|
|
|
|
[0] https://opendev.org/openstack/keystone/src/commit/a0aa21c237f7b42077fc945f157844deb77be5ef/keystone/conf/memcache.py#L26-L32
|
|
[1] https://opendev.org/openstack/oslo.cache/src/commit/a5023ba2754dd537c802d4a59290ff6378bd6285/oslo_cache/_opts.py#L85-L89
|