ceilometer/doc/source/install/neutron/install-neutron-ubuntu.rst
Yuanbin.Chen 265357978f Fix doc title format error
Change-Id: I58c7fddc0d76b98471b4675e80a16a793c1abd24
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2018-04-09 13:41:08 +08:00

707 B

Enable Networking service meters for Ubuntu

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:

      [oslo_messaging_notifications]
      ...
      driver = messagingv2

Finalize installation

  • Restart the Networking service:

    # service neutron-server restart