puppet-keystone/releasenotes/notes/authtoken_memcache_package-3b459c97a205cdf1.yaml
Matthew J. Black 057b176e41 Install python memcache package
When a component uses authtoken and has memcache servers specified
we should be installing the python-memcache package to satisfy the
dependency. Currently in mitaka, for example, if we have memcache
specified for say glance, it will error out because memcache is
not by default installed too.

Change-Id: I24f09937ed699479e164fdc18e149cde1695055d
Closes-Bug: #1618125
2016-09-29 15:00:58 +00:00

4 lines
183 B
YAML

---
issues:
- Python memcache package install when memcache servers are specified. This solves the issue where a dependency on the package was missed for components using memcache.