From 6c9420bd1467f48de7696923a3aa3d2d95b0e832 Mon Sep 17 00:00:00 2001 From: Przemyslaw Kaminski Date: Fri, 18 Sep 2015 12:40:00 +0200 Subject: [PATCH] Riak: yet another naming fix --- examples/riak/riaks-template.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/riak/riaks-template.py b/examples/riak/riaks-template.py index 204d967b..479aad3f 100644 --- a/examples/riak/riaks-template.py +++ b/examples/riak/riaks-template.py @@ -84,7 +84,7 @@ def setup_haproxies(): haproxy_configs = nodes.on_each( 'resources/haproxy_config' ) - haproxy_service_configs_http = nodes.on_each( + haproxy_service_configs_http = riak_services.on_each( 'resources/haproxy_service_config', { 'listen_port': 8098, @@ -92,7 +92,7 @@ def setup_haproxies(): 'name': 'riak_haproxy_http{num}', } ) - haproxy_service_configs_pb = nodes.on_each( + haproxy_service_configs_pb = riak_services.on_each( 'resources/haproxy_service_config', { 'listen_port': 8087,