Browse code

Merge "Set debug to True in cinder.conf"

Jenkins authored on 2013/03/13 01:19:11
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