git://git.onelab.eu
/
sfa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02f9498
)
sfi to log the url is uses to bootstrap client stuff
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Mon, 2 Mar 2015 16:33:35 +0000
(17:33 +0100)
committer
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Mon, 2 Mar 2015 16:33:35 +0000
(17:33 +0100)
sfa/client/sfi.py
patch
|
blob
|
history
diff --git
a/sfa/client/sfi.py
b/sfa/client/sfi.py
index
dcad9da
..
6f5f64d
100644
(file)
--- a/
sfa/client/sfi.py
+++ b/
sfa/client/sfi.py
@@
-674,6
+674,8
@@
use this if you mean an authority instead""")
# init self-signed cert, user credentials and gid
def bootstrap (self):
+ if self.options.verbose:
+ self.logger.info("Initializing SfaClientBootstrap with {}".format(self.reg_url))
client_bootstrap = SfaClientBootstrap (self.user, self.reg_url, self.options.sfi_dir,
logger=self.logger)
# if -k is provided, use this to initialize private key