Set debug mode according to ENABLE_DEBUG_LOG_LEVEL

Change-Id: I14ed5e0a948bd5dd9c86437bdb30b3f3ead2bfc2
This commit is contained in:
Hongbin Lu 2017-09-21 16:42:43 -04:00
parent b093cf7106
commit 67d5eb5419
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