Browse code

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

John Griffith authored on 2013/03/06 08:01:38
Showing 1 changed files
... ...
@@ -171,6 +171,7 @@ function configure_cinder() {
171 171
 
172 172
     cp $CINDER_DIR/etc/cinder/cinder.conf.sample $CINDER_CONF
173 173
     iniset $CINDER_CONF DEFAULT auth_strategy keystone
174
+    iniset $CINDER_CONF DEFAULT debug True
174 175
     iniset $CINDER_CONF DEFAULT verbose True
175 176
     if [ "$CINDER_MULTI_LVM_BACKEND" = "True" ]; then
176 177
         iniset $CINDER_CONF DEFAULT enabled_backends lvmdriver-1,lvmdriver-2