057b176e41
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
4 lines
183 B
YAML
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.
|