comment
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 21 Sep 2012 13:48:35 +0000 (15:48 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 21 Sep 2012 13:48:35 +0000 (15:48 +0200)
sfa/managers/aggregate_manager.py

index 3651b15..1d8b420 100644 (file)
@@ -110,5 +110,7 @@ class AggregateManager:
         slice_urn=xrn.get_urn()
         slice_hrn=xrn.get_hrn()
 
+        # xxx sounds like GetTicket is dead, but if that gets resurrected we might wish
+        # to pass 'users' over to the driver as well
         return self.driver.get_ticket (slice_urn, slice_hrn, creds, rspec, options)