blob: 7a164c04e755d7a98c75b1333435cc28686cc144 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.memcached.server.single
Oleksandr Bryndzii09cf02c2018-11-05 15:33:32 +02003parameters:
4 memcached:
5 server:
Oleksandr Bryndzii0827f442018-11-16 15:27:06 +02006 bind:
Oleh Hryhorov26e8d6f2018-11-21 16:18:57 +02007 address: ${_param:openstack_memcached_server_bind_address}
Oleksandr Bryndzii0827f442018-11-16 15:27:06 +02008 proto:
9 tcp:
10 enabled: ${_param:openstack_memcached_proto_tcp_enabled}
11 udp:
12 enabled: ${_param:openstack_memcached_proto_udp_enabled}