From: Mohamed Larabi Date: Tue, 28 May 2013 13:21:06 +0000 (+0200) Subject: PerformOperationaAction takes creds array X-Git-Tag: sfa-3.0-1~43 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=93f61646e24d634160dcaaf54817faf5e9e639dc;p=sfa.git PerformOperationaAction takes creds array --- diff --git a/sfa/managers/slice_manager.py b/sfa/managers/slice_manager.py index f8dfbea6..e2e78412 100644 --- a/sfa/managers/slice_manager.py +++ b/sfa/managers/slice_manager.py @@ -501,7 +501,7 @@ class SliceManager: continue interface = api.aggregates[aggregate] server = api.server_proxy(interface, cred) - threads.run(server.PerformOperationalAction, xrn, cred, action, options) + threads.run(server.PerformOperationalAction, xrn, [cred], action, options) threads.get_results() return 1