From f85cb4d3f629cdcf5aa62a4bb421f2e4dbb198c2 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Wed, 6 Apr 2016 22:57:53 +0800 Subject: [PATCH] use default option for notification topics [DEFAULT]notification_topics is deprecated in oslo.messaging, the default name has been changed to [oslo_messaging_notifications]topics also remove the verbose setting, it is deprecated and default value is already True Change-Id: I06a65e5c25c053df708d8a8658baf7cbe61735ce --- devstack/plugin.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index f2aacfaa3..162af6df8 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -196,8 +196,7 @@ function _aodh_configure_storage_backend { function configure_aodh { iniset_rpc_backend aodh $AODH_CONF - iniset $AODH_CONF DEFAULT notification_topics "$AODH_NOTIFICATION_TOPICS" - iniset $AODH_CONF DEFAULT verbose True + iniset $AODH_CONF oslo_messaging_notifications topics "$AODH_NOTIFICATION_TOPICS" iniset $AODH_CONF DEFAULT debug "$ENABLE_DEBUG_LOG_LEVEL" if [[ -n "$AODH_COORDINATION_URL" ]]; then