puppet-oslo/releasenotes/notes/bug-1988205-973ce17f355cbfce.yaml
Takashi Kajinami fc72a83bcc cache: Ensure pymemcache library is installed
The pymemcache library should be installed when pymemcache backend is
used but this library is not required by the oslo.cache library or
its dependencies and should be installed additionally.

Closes-Bug: #1988205
Change-Id: I9422af416e74c53e09f6216bcbeab234337ccbae
2022-08-30 22:42:59 +00:00

6 lines
139 B
YAML

---
features:
- |
Now the ``oslo::cache`` defined resource type installs
the pymemcache library when pymemcache backend is used.