From 2ace563819ced4313645f696ed79d256c61f98f8 Mon Sep 17 00:00:00 2001 From: Yatin Kumbhare Date: Thu, 12 May 2016 20:02:52 +0530 Subject: [PATCH] remove verbose option in devstack plugin This option is deprecated in Mitaka and has been removed in Newton, and its default value is True already. Let's remove it. ref: https://review.openstack.org/#/c/314573/ Change-Id: I0553af3ad83cc81849b8fd3edd06cd35cb0296a5 --- devstack/plugin.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 60966e6..0025b1e 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -48,7 +48,6 @@ function init_common_kingbird_conf { touch $conf_file iniset $conf_file DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL - iniset $conf_file DEFAULT verbose True iniset $conf_file DEFAULT use_syslog $SYSLOG iniset $conf_file cache admin_username admin