Commit dbef899d authored by Benjamin Blanc's avatar Benjamin Blanc

Update

parent 0d7dbc95
......@@ -108,7 +108,7 @@ class SlapOSControler(object):
config.setConfig(args, args.configuration_file)
try:
local = client.init(config)
local['supply'](software_url, computer_id)
local['supply'](software_url, computer_id, state=state)
self.log('SlapOSControler : supply %s %s %s' %(software_url, computer_id, state))
except:
self.log("SlapOSControler.supply, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment