X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=sfa%2Fclient%2Fsfi.py;h=2f8a2a8ff18c3f843c25e6e267eff855b76b700c;hb=0f4b3c7754fe622c6ad7b4f3b418ea648967f21c;hp=213f755dd2941f4645420924ab75c36f3f2a5baf;hpb=5a3490dd1c3e15f9769cac16d76d6871c4a6dfb5;p=sfa.git diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index 213f755d..2f8a2a8f 100644 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -1513,6 +1513,9 @@ $ sfi m # enable info by default self.logger.setLevelFromOptVerbose(self.options.verbose+1) ### the rough sketch goes like this + # (0) produce a p12 file + self.client_bootstrap.my_pkcs12() + # (a) rain check for sufficient config in sfi_config myslice_dict={} myslice_keys=['backend', 'delegate', 'platform', 'username'] @@ -1597,8 +1600,8 @@ $ sfi m if uploader.upload(delegated_credential,message=message): count_success+=1 count_all+=1 - self.logger.info("Successfully uploaded %d/%d credentials"%(count_success,count_all)) + # at first I thought we would want to save these, # like 'sfi delegate does' but on second thought # it is probably not helpful as people would not