need to pass creds to manager modules
[sfa.git] / sfa / methods / Shutdown.py
index 17c6636..d288036 100644 (file)
@@ -13,7 +13,7 @@ class Shutdown(Method):
     interfaces = ['aggregate', 'slicemgr']
     accepts = [
         Parameter(str, "Slice URN"),
-        Parameter(type([str]), "List of credentials"),
+        Parameter(type(dict), "Credentials"),
         ]
     returns = Parameter(bool, "Success or Failure")