From 0936b5b4841370655a1d026740268b5e209a3dba Mon Sep 17 00:00:00 2001 From: zhang-shaoman Date: Tue, 21 Jun 2016 11:22:00 +0800 Subject: [PATCH] Add install description for Neutron In Ceilometer "Installing Manually" chapter, "Enabling Service Notifications" section, the Neutron modifications description is missing. This change is to describe the modification for neutron.conf. Closes-Bug: #1594305 Change-Id: Ibb6a071a4b4a8dd2d7e30ce33e9b9cc96b345bb7 --- doc/source/install/manual.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/install/manual.rst b/doc/source/install/manual.rst index 8011a32a8f..7b8c82dd51 100644 --- a/doc/source/install/manual.rst +++ b/doc/source/install/manual.rst @@ -471,6 +471,14 @@ Configure the driver in ``heat.conf``:: [oslo_messaging_notifications] driver=messagingv2 +Neutron +------ + +Edit ``neutron.conf`` to include:: + + [oslo_messaging_notifications] + driver = messagingv2 + Nova ----