Commit 712410e3 authored by Benjamin Blanc's avatar Benjamin Blanc

Test

parent f5f9677d
......@@ -111,7 +111,8 @@ class SlapOSControler(object):
# client.do_supply(args.software_url, args.node, client.init(config), remove=remove)
#client.do_supply(software_url, computer_id,
# client.init(config).shorthandSupply(args.software_url, args.node, client.init(config), remove=remove)
client.init(config).shorthandSupply(software_url, computer_id, state=remove)
local = client.init(config)
local['supply'].(software_url, computer_id, state=remove)
except:
self.log("SlapOSControler.supply, \
exception in registerOpenOrder", exc_info=sys.exc_info())
......
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