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
This commit is contained in:
ZhiQiang Fan 2016-04-06 22:57:53 +08:00
parent 73cb32238a
commit f85cb4d3f6

View File

@ -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