From: asteroide Date: Tue, 1 Dec 2015 14:22:57 +0000 (+0100) Subject: Add a debug output for testing purpose. X-Git-Tag: colorado.1.0~77^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F21%2F3821%2F1;p=moon.git Add a debug output for testing purpose. Change-Id: I3f830afa9f8d15c14e4685f3618d92acfaedbc1d --- 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