Files
python-glanceclient/glanceclient/common
Stuart McLaren d0ec3a7ebb Re-enable stacktracing when --debug is used
Commit 1f89beb609 introduced the behaviour
that a stacktrace is printed if an exception is encountered.

This helped make the client more supportable:

 $ glance --debug image-list
  .
  .
  .
  File "glanceclient/common/http.py", line 337, in get_http_client
    xxx
 NameError: global name 'xxx' is not defined
 global name 'xxx' is not defined

The behaviour was lost at some point. This patch re-enables it.

Change-Id: I25fc8624797909d606590747f54b9cf649ade079
Closes-bug: 1563830
2016-04-07 15:42:51 +00:00
..
2012-03-26 22:48:48 -07:00
2014-06-12 14:42:46 +03:00
2016-02-01 13:23:18 +03:00
2016-01-15 16:29:27 +03:00
2015-07-21 17:08:27 +03:00