X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Fmanagers%2Fdriver.py;h=ab3b2165578eea3d1ee9de73ccafbe90e8bada7f;hp=6b2681ca89828f5bab7d0f82643f4142d4f1e243;hb=dbd15819d950b69d0c6ba5527660969d0754ad29;hpb=1e6230dedf1ccee3279e5b5e761f78b527e7c76c diff --git a/sfa/managers/driver.py b/sfa/managers/driver.py index 6b2681ca..ab3b2165 100644 --- a/sfa/managers/driver.py +++ b/sfa/managers/driver.py @@ -20,11 +20,9 @@ class Driver: # the following is used in Resolve (registry) when run in full mode # after looking up the sfa db, we wish to be able to display # testbed-specific info as well - # this at minima should fill in the 'researcher' field for slice records - # as this information is then used to compute rights - # roadmap: there is an intention to redesign the SFA database so as to clear up - # this constraint, based on the principle that SFA should not rely on the - # testbed database to perform such a core operation (i.e. getting rights right) + # based on the principle that SFA should not rely on the testbed database + # to perform such a core operation (i.e. getting rights right) + # this is no longer in use when performing other SFA operations def augment_records_with_testbed_info (self, sfa_records): print >>sys.stderr, " \r\n \r\n DRIVER.PY augment_records_with_testbed_info sfa_records ",sfa_records return sfa_records