ceilometer/doc/source/install/neutron/install-neutron-rdo.rst
gord chung 7f22c5bee0 doc: move install guide to main doc dir
Change-Id: Ifa323f9e4044dfd683c0bfd110a41ca9986601ef
2017-07-18 20:20:11 +00:00

28 lines
778 B
ReStructuredText

Enable Networking service meters for Red Hat Enterprise Linux and CentOS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Telemetry uses notifications to collect Networking service meters. Perform
these steps on the controller node.
Configure the Networking service to use Telemetry
----------------------------------------------------
* Edit the ``/etc/neutron/neutron.conf`` and complete the following actions:
* In the ``[oslo_messaging_notifications]`` sections, enable notifications:
.. code-block:: ini
[oslo_messaging_notifications]
...
driver = messagingv2
Finalize installation
---------------------
* Restart the Networking service:
.. code-block:: console
# systemctl restart neutron-server.service