From fc7561fba8f407a69661e94bedc8d6f997e850fa Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Fri, 21 Aug 2015 11:44:21 +0200 Subject: [PATCH] doc: Fix the devstack configuration Some parts of the devstack configuration are missing from the doc, this adds them. Change-Id: I9c4c47ae21c1f1bda852acc29ce74975d1e95c5c --- doc/source/install/development.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/install/development.rst b/doc/source/install/development.rst index 6a0299b8d..bb054bf2d 100644 --- a/doc/source/install/development.rst +++ b/doc/source/install/development.rst @@ -45,7 +45,9 @@ Configuring devstack [[local|localrc]] # Enable the aodh alarming services - enable_service aodh-evaluator,aodh-notifier + enable_plugin aodh https://git.openstack.org/openstack/aodh master + enable_service aodh-evaluator,aodh-notifier,aodh-api + disable_service ceilometer-alarm-notifier,ceilometer-alarm-evaluator The first group of daemons are necessary for core aodh functionality: polling, event listening, and data collection.