diff options
-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 |