aodh/devstack
ZhiQiang Fan f85cb4d3f6 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
2016-04-06 22:57:53 +08:00
..
2015-08-10 17:12:52 +00:00
2016-03-17 07:41:53 +01:00

Enabling Aodh in DevStack

  1. Download DevStack:

    git clone https://git.openstack.org/openstack-dev/devstack.git
    cd devstack
  2. Add this repo as an external repository in local.conf file:

    [[local|localrc]]
    enable_plugin aodh https://git.openstack.org/openstack/aodh
  3. Run stack.sh.