X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Fmethods%2FGetVersion.py;h=4da1e97d5a13114dc96d8d2c3c149e514b87bdc9;hp=01136ccfd19c39d251eefc5db10cd6f86621629a;hb=713d58df0baa1f9739eec9bfa30ceb41d7149e23;hpb=eb68b75aab46df9b87b755e6b179402e98fc164f diff --git a/sfa/methods/GetVersion.py b/sfa/methods/GetVersion.py index 01136ccf..4da1e97d 100644 --- a/sfa/methods/GetVersion.py +++ b/sfa/methods/GetVersion.py @@ -9,7 +9,7 @@ class GetVersion(Method): Returns this GENI Aggregate Manager's Version Information @return version """ - interfaces = ['registry', 'aggregate', 'slicemgr', 'component'] + interfaces = ['registry', 'aggregate', 'component'] accepts = [ Parameter(dict, "Options") ]