From 997c10306e6bcbc3c6242cc50b6ae138c345b10f Mon Sep 17 00:00:00 2001 From: John Griffith Date: Tue, 5 Mar 2013 23:01:38 +0000 Subject: [PATCH] Set debug to True in cinder.conf Adds a line to lib/cinder to turn on debug logging by default in Cinder. Change-Id: I9cc7d78b97eea40fc787ca68721b58fc7a00faf4 --- lib/cinder | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cinder b/lib/cinder index f487c8ec0f..d8ad1424d3 100644 --- a/lib/cinder +++ b/lib/cinder @@ -171,6 +171,7 @@ function configure_cinder() { cp $CINDER_DIR/etc/cinder/cinder.conf.sample $CINDER_CONF iniset $CINDER_CONF DEFAULT auth_strategy keystone + iniset $CINDER_CONF DEFAULT debug True iniset $CINDER_CONF DEFAULT verbose True if [ "$CINDER_MULTI_LVM_BACKEND" = "True" ]; then iniset $CINDER_CONF DEFAULT enabled_backends lvmdriver-1,lvmdriver-2