Merge "Set debug mode according to ENABLE_DEBUG_LOG_LEVEL"

This commit is contained in:
Jenkins 2017-09-27 01:30:22 +00:00 committed by Gerrit Code Review
commit fbdd11c6e4
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ function configure_fuxi {
iniset $FUXI_CONFIG DEFAULT default_volume_size 1
iniset $FUXI_CONFIG DEFAULT volume_dir /fuxi/data
iniset $FUXI_CONFIG DEFAULT threaded true
iniset $FUXI_CONFIG DEFAULT debug True
iniset $FUXI_CONFIG DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL
iniset $FUXI_CONFIG cinder volume_connector osbrick
iniset $FUXI_CONFIG cinder multiattach false