
[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
Enabling Aodh in DevStack
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack.git cd devstack
Add this repo as an external repository in
local.conf
file:[[local|localrc]] enable_plugin aodh https://git.openstack.org/openstack/aodh
Run
stack.sh
.