From c13a88f866360e6ebd920f03a5081d02db72d6bf Mon Sep 17 00:00:00 2001 From: Timur Nurlygayanov Date: Fri, 22 Feb 2013 12:57:56 -0500 Subject: [PATCH] Resolved issue with datacenter id. --- dashboard/windc/workflows.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dashboard/windc/workflows.py b/dashboard/windc/workflows.py index 5ff7d9eb..6466316a 100644 --- a/dashboard/windc/workflows.py +++ b/dashboard/windc/workflows.py @@ -150,6 +150,12 @@ class CreateWinService(workflows.Workflow): ConfigureWinDC, ConfigureWinIIS) + def __init__(self, *args, **kwargs): + LOG.debug("%%%%%%%%%") + LOG.debug(args) + LOG.debug(kwargs) + LOG.debug("%%%%%%%%%") + def format_status_message(self, message): name = self.context.get('name', 'noname') return message % name