ceilometer/install-guide/source/heat/install-heat-ubuntu.rst
gord chung 9105e194c7 add configuration instructions from admin guide and dev docs
- 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
2017-02-27 21:51:50 +00:00

784 B

Enable Orchestration service meters for Ubuntu

Telemetry uses notifications to collect Orchestration service meters. Perform these steps on the controller node.

Configure the Orchestration service to use Telemetry

  • Edit the /etc/heat/heat.conf and complete the following actions:
    • In the [oslo_messaging_notifications] sections, enable notifications:

      [oslo_messaging_notifications]
      ...
      driver = messagingv2

Finalize installation

  • Restart the Orchestration service:

    # service heat-api restart
    # service heat-api-cfn restart
    # service heat-engine restart