
- move cinder and keystone configuration instructions from admin guide to install guide so we have all meter enabling steps in same place. - move heat and neutron config to install guide. Change-Id: Ibc8096e3fb6c95886c3bddafb927600fe506415d
28 lines
710 B
ReStructuredText
28 lines
710 B
ReStructuredText
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:
|
|
|
|
.. code-block:: ini
|
|
|
|
[oslo_messaging_notifications]
|
|
...
|
|
driver = messagingv2
|
|
|
|
Finalize installation
|
|
---------------------
|
|
|
|
* Restart the Networking service:
|
|
|
|
.. code-block:: console
|
|
|
|
# service neutron-server restart
|