diff options
author | asteroide <thomas.duval@orange.com> | 2015-12-01 15:22:57 +0100 |
---|---|---|
committer | asteroide <thomas.duval@orange.com> | 2015-12-01 15:22:57 +0100 |
commit | e0b8eff4c04322d8f081d41c02b2465034449743 (patch) | |
tree | 4d838ed2dfc428ca2ebfe018c60f250938306fa1 /moonclient | |
parent | 70b7bf12411b8fce302d0e29be8ec64581aa5e0a (diff) |
Add a debug output for testing purpose.
Change-Id: I3f830afa9f8d15c14e4685f3618d92acfaedbc1d
Diffstat (limited to 'moonclient')
-rw-r--r-- | moonclient/moonclient/shell.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/moonclient/moonclient/shell.py b/moonclient/moonclient/shell.py index 65adbc0d..1be1a42a 100644 --- 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 |