Fix interface address for memcached atop kubernetes

Change-Id: I0fdbef7c5a2bfc13e01c26d8107c7ad03881b520
Partially-implements: blueprint api-interface-bind-address-override
Depends-On: Ia0e4951c327be01b717aebb86ef4c3a4e7ed170e
This commit is contained in:
Ken Wronkiewicz 2016-06-09 15:18:05 -07:00 committed by Ryan Hallisey
parent 5ce4de6b2b
commit 492411f267
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"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": []
}