Remove verbose configuration parameter from DevStack plugin

Even though the verbose option has been removed from oslo.log for
several months, our DevStack plugin was still setting the verbose
configuration parameter for blazar.conf. This patch removes it.

Change-Id: I3d60e863951b7a97c8d07a6a5c52a513930266b4
This commit is contained in:
Pierre Riteau 2017-09-18 15:29:39 +01:00
parent 65a4088b71
commit dbe6c7f59e
2 changed files with 0 additions and 2 deletions

View File

@ -58,7 +58,6 @@ function configure_blazar {
iniset $BLAZAR_CONF_FILE DEFAULT host $HOST_IP
iniset $BLAZAR_CONF_FILE DEFAULT debug $BLAZAR_DEBUG
iniset $BLAZAR_CONF_FILE DEFAULT verbose $BLAZAR_VERBOSE
iniset $BLAZAR_CONF_FILE manager plugins physical.host.plugin,virtual.instance.plugin

View File

@ -8,7 +8,6 @@ enable_service blazar-m
enable_service blazar-a
BLAZAR_DEBUG=${BLAZAR_DEBUG:-True}
BLAZAR_VERBOSE=${BLAZAR_VERBOSE:-True}
BLAZAR_USER_NAME=${BLAZAR_USER_NAME:-blazar}
# Set up default repos