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:
parent
65a4088b71
commit
dbe6c7f59e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user