8d5bb4b894
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
)
7 lines
226 B
YAML
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.
|