Show traceback info if a functional test fails

Fixes bug 1218277

Change-Id: I2d1cb7f5748dba203f72f2996c2228f7bfed7987
This commit is contained in:
Paul Bourke 2013-08-29 10:12:44 +00:00 committed by Paul Bourke
parent 738b5634d7
commit f4cab3e5cc

View File

@ -318,6 +318,7 @@ class ApiServer(Server):
self.conf_base = """[DEFAULT]
verbose = %(verbose)s
debug = %(debug)s
default_log_levels = eventlet.wsgi.server=DEBUG
filesystem_store_datadir=%(image_dir)s
default_store = %(default_store)s
bind_host = 127.0.0.1