In default mode , disable "debug"

In default mode, Debug is disable in devstack.

If necessary, enable it by self .

Change-Id: I23f190c7f69015694be11dec6f532ddf5ebfeb10
This commit is contained in:
Cai Hui 2018-11-02 23:10:34 -04:00
parent f6320229f9
commit b21e8cd4f7
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function configure_freezer_scheduler {
sudo chown $STACK_USER $FREEZER_CONF_DIR
# enable debug
iniset $FREEZER_CONF_FILE 'DEFAULT' debug True
#iniset $FREEZER_CONF_FILE 'DEFAULT' debug True
[ ! -d $FREEZER_JOBS_DIR ] && sudo mkdir -m 755 -p $FREEZER_JOBS_DIR
sudo chown $STACK_USER $FREEZER_JOBS_DIR