X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2FGetVersion.py;h=0bbecd228b934ec3a5488ff2bf36cfb707b27bb0;hb=3147e8e089dd44e40b852cc121483189807ffa9b;hp=4da1e97d5a13114dc96d8d2c3c149e514b87bdc9;hpb=0ce89bde3d8e9b22f8949c90b6ca37a81acf4b06;p=sfa.git diff --git a/sfa/methods/GetVersion.py b/sfa/methods/GetVersion.py index 4da1e97d..0bbecd22 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', 'component'] + interfaces = ['registry', 'aggregate'] accepts = [ Parameter(dict, "Options") ]