import sfa.util.parameter.Mixed
[sfa.git] / sfa / methods / SliverStatus.py
index a6c8524..4e1c7da 100644 (file)
@@ -1,7 +1,7 @@
 from sfa.util.faults import *
 from sfa.util.namespace import *
 from sfa.util.method import Method
-from sfa.util.parameter import Parameter
+from sfa.util.parameter import Parameter, Mixed
 
 class SliverStatus(Method):
     """
@@ -10,7 +10,7 @@ class SliverStatus(Method):
     @param slice_urn (string) URN of slice to allocate to
     
     """
-    interfaces = ['aggregate', 'slicemgr', 'component', 'geni_am']
+    interfaces = ['aggregate', 'slicemgr', 'component']
     accepts = [
         Parameter(str, "Slice URN"),
         Mixed(Parameter(str, "Credential string"),