Code Review
/
moon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
70b7bf1
)
Add a debug output for testing purpose.
21/3821/1
author
asteroide
<thomas.duval@orange.com>
Tue, 1 Dec 2015 14:22:57 +0000
(15:22 +0100)
committer
asteroide
<thomas.duval@orange.com>
Tue, 1 Dec 2015 14:22:57 +0000
(15:22 +0100)
Change-Id: I3f830afa9f8d15c14e4685f3618d92acfaedbc1d
moonclient/moonclient/shell.py
patch
|
blob
|
history
diff --git
a/moonclient/moonclient/shell.py
b/moonclient/moonclient/shell.py
index
65adbc0
..
1be1a42
100644
(file)
--- a/
moonclient/moonclient/shell.py
+++ b/
moonclient/moonclient/shell.py
@@
-182,6
+182,8
@@
class MoonClient(App):
return content
except ValueError:
raise Exception("Getting an error while requiring {} ({})".format(url, content))
+ finally:
+ self.log.debug(str(content))
def auth_keystone(self, username=None, password=None, host=None, port=None):
"""Send a new authentication request to Keystone