get_trusted_certs is exposed by all interfaces (registry, aggregate and slicemgr)
[sfa.git] / sfa / methods / get_trusted_certs.py
index c687314..41563a2 100644 (file)
@@ -13,7 +13,7 @@ class get_trusted_certs(Method):
     @return list of gid strings  
     """
 
-    interfaces = ['registry']
+    interfaces = ['registry', 'aggregate', 'slicemgr']
     
     accepts = [
         Mixed(Parameter(str, "Credential string"),