From e0b8eff4c04322d8f081d41c02b2465034449743 Mon Sep 17 00:00:00 2001 From: asteroide Date: Tue, 1 Dec 2015 15:22:57 +0100 Subject: Add a debug output for testing purpose. Change-Id: I3f830afa9f8d15c14e4685f3618d92acfaedbc1d --- moonclient/moonclient/shell.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.2.3-korg