diff --git a/devstack/lib/barbican b/devstack/lib/barbican index 3e5995d7f..03fb8340b 100644 --- a/devstack/lib/barbican +++ b/devstack/lib/barbican @@ -113,7 +113,7 @@ function configure_barbican { cp $BARBICAN_DIR/etc/barbican/barbican-functional.conf $BARBICAN_CONF_DIR # Enable DEBUG - iniset $BARBICAN_CONF DEFAULT debug True + iniset $BARBICAN_CONF DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL # Set the host_href iniset $BARBICAN_CONF DEFAULT host_href "$BARBICAN_HOST_HREF"