ceilometer/doc/source/install/heat/install-heat-ubuntu.rst
gord chung 7f22c5bee0 doc: move install guide to main doc dir
Change-Id: Ifa323f9e4044dfd683c0bfd110a41ca9986601ef
2017-07-18 20:20:11 +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