From e26fcdf13e2dcc4f0850072f597d288c9b70ac05 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 1 Dec 2009 15:34:53 +0000 Subject: [PATCH] added component to allowed interfaces --- sfa/methods/start_slice.py | 2 +- sfa/methods/stop_slice.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sfa/methods/start_slice.py b/sfa/methods/start_slice.py index 78181b30..44826e51 100644 --- a/sfa/methods/start_slice.py +++ b/sfa/methods/start_slice.py @@ -17,7 +17,7 @@ class start_slice(Method): @return 1 is successful, faults otherwise """ - interfaces = ['aggregate', 'slicemgr'] + interfaces = ['aggregate', 'slicemgr', 'comonent'] accepts = [ Parameter(str, "Credential string"), diff --git a/sfa/methods/stop_slice.py b/sfa/methods/stop_slice.py index e4a1b18a..97c56636 100644 --- a/sfa/methods/stop_slice.py +++ b/sfa/methods/stop_slice.py @@ -17,7 +17,7 @@ class stop_slice(Method): @return 1 is successful, faults otherwise """ - interfaces = ['aggregate', 'slicemgr'] + interfaces = ['aggregate', 'slicemgr', 'component'] accepts = [ Parameter(str, "Credential string"), -- 2.47.0