| commit | 87387596631602b5f676eae65823b4f0c5c71e66 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Tue Mar 12 16:19:11 2013 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Tue Mar 12 16:19:11 2013 +0000 |
| tree | 03ec1553d850a0a3fc64c199afcab11704c6906d | |
| parent | c3b658c8df1ea9e0561c57c789d9539aced83d60 [diff] | |
| parent | 997c10306e6bcbc3c6242cc50b6ae138c345b10f [diff] |
Merge "Set debug to True in cinder.conf"
diff --git a/lib/cinder b/lib/cinder index f487c8e..d8ad142 100644 --- a/lib/cinder +++ b/lib/cinder
@@ -171,6 +171,7 @@ 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