Fixes devstack settings to work with new version of debug toolbar

This commit is contained in:
Dave St.Germain
2014-02-18 13:55:12 -05:00
parent ab938c094b
commit 3d08bfd208
3 changed files with 17 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ DEBUG_TOOLBAR_PANELS = (
DEBUG_TOOLBAR_CONFIG = {
'INTERCEPT_REDIRECTS': False,
'SHOW_TOOLBAR_CALLBACK': lambda _: True,
'SHOW_TOOLBAR_CALLBACK': 'check_debug.should_show_debug_toolbar',
}
########################### PIPELINE #################################