diff --git a/conductor/conductor/app.py b/conductor/conductor/app.py index e831845..35e746b 100644 --- a/conductor/conductor/app.py +++ b/conductor/conductor/app.py @@ -28,7 +28,7 @@ def task_received(task, message_id): reporter = reporting.Reporter(rmqclient, message_id, task['id']) command_dispatcher = CommandDispatcher( - task['id'], rmqclient, task['token'], task['tenant_id']) + task['name'], rmqclient, task['token'], task['tenant_id']) workflows = [] for path in glob.glob("data/workflows/*.xml"): log.debug('Loading XML {0}'.format(path)) diff --git a/conductor/conductor/commands/cloud_formation.py b/conductor/conductor/commands/cloud_formation.py index eb0084b..62b8165 100644 --- a/conductor/conductor/commands/cloud_formation.py +++ b/conductor/conductor/commands/cloud_formation.py @@ -18,7 +18,7 @@ class HeatExecutor(CommandBase): def __init__(self, stack, token, tenant_id): self._update_pending_list = [] self._delete_pending_list = [] - self._stack = 'e' + stack + self._stack = stack settings = conductor.config.CONF.heat client = ksclient.Client(endpoint=settings.auth_url) diff --git a/conductor/data/workflows/AD.xml b/conductor/data/workflows/AD.xml index 8ec809b..fc2c766 100644 --- a/conductor/data/workflows/AD.xml +++ b/conductor/data/workflows/AD.xml @@ -13,7 +13,7 @@ - AD- + --