From 250c233db9391ca5322a9259c17fc7180bd16cbf Mon Sep 17 00:00:00 2001 From: Stan Lagun Date: Thu, 28 Mar 2013 19:11:42 +0400 Subject: [PATCH] bug fix --- conductor/conductor/cloud_formation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conductor/conductor/cloud_formation.py b/conductor/conductor/cloud_formation.py index 991a90d2..a1283553 100644 --- a/conductor/conductor/cloud_formation.py +++ b/conductor/conductor/cloud_formation.py @@ -47,7 +47,7 @@ def prepare_user_data(context, hostname, service, unit, template='Default', **kw template_data = template_data.replace( '%RESULT_QUEUE%', '-execution-results-{0}'.format( - str(context['/dataSource']['id'])).lower()) + str(context['/dataSource']['name'])).lower()) init_script = init_script.replace( '%WINDOWS_AGENT_CONFIG_BASE64%',