Resolved issue with datacenter id.
This commit is contained in:
parent
2de25c8b6f
commit
c13a88f866
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user