slicemgr also supports GENI AM API v2
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Mon, 28 Nov 2011 19:24:16 +0000 (14:24 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Mon, 28 Nov 2011 19:24:16 +0000 (14:24 -0500)
sfa/server/sfaapi.py

index faf62af..9afe9b4 100644 (file)
@@ -246,7 +246,7 @@ class SfaApi (XmlrpcApi):
         Converts the specified result into a standard GENI compliant 
         response  
         """
-        if self.interface.lower() == 'aggregate'
+        if self.interface.lower() in ['aggregate', 'slicemgr']
             if hasattr(self.config, 'SFA_AGGREGATE_API_VERSION') and \
               self.config.SFA_AGGREGATE_API_VERSION == 2:
                 result = self.prepare_response_v2_am(result)