From 66dcbe3f630ac9adddb4e2739da7614c5a8020e1 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 9 Nov 2009 01:36:06 +0000 Subject: [PATCH] changed interface to component --- sfacomponent/methods/start_slice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfacomponent/methods/start_slice.py b/sfacomponent/methods/start_slice.py index 917a40aa..c8997f86 100644 --- a/sfacomponent/methods/start_slice.py +++ b/sfacomponent/methods/start_slice.py @@ -15,7 +15,7 @@ class start_slice(Method): @return 1 is successful, faults otherwise """ - interfaces = ['aggregate', 'slicemgr'] + interfaces = ['component'] accepts = [ Parameter(str, "Credential string"), -- 2.43.0