puppet-tripleo/releasenotes/notes/add-memcached-port-048959c2f58f0a57.yaml
Grzegorz Grasza 8d5bb4b894 Add ability to specify memcached port
The port defaults to hiera('memcached_authtoken_port', 11211)
for authtoken middleware and hiera('memcached_port', 11211)
for other uses. Different ports might be set for security
and performance tuning.

Change-Id: I567d6b2cd66d5eb98971cd54987c1fbea3c1da78
(cherry picked from commit f460e659ba)
2021-02-24 09:55:36 +01:00

7 lines
226 B
YAML

---
features:
- |
Add ability to specify memcached port for all services. The port defaults
to hiera('memcached_authtoken_port', 11211) for authtoken middleware and
hiera('memcached_port', 11211) for other uses.