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
This commit is contained in:
zhang-shaoman 2016-06-21 11:22:00 +08:00
parent 1f3cbc6454
commit 0936b5b484

View File

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