Skip to content
Snippets Groups Projects
Commit 492411f2 authored by Ken Wronkiewicz's avatar Ken Wronkiewicz Committed by Ryan Hallisey
Browse files

Fix interface address for memcached atop kubernetes

Change-Id: I0fdbef7c5a2bfc13e01c26d8107c7ad03881b520
Partially-implements: blueprint api-interface-bind-address-override
Depends-On: Ia0e4951c327be01b717aebb86ef4c3a4e7ed170e
parent 5ce4de6b
No related branches found
No related tags found
No related merge requests found
{
"command": "/usr/bin/memcached -vv -l {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }} -p {{ memcached_port }}",
"command": "/usr/bin/memcached -vv -l {{ api_interface_address }} -p {{ memcached_port }}",
"config_files": []
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment