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:

    # systemctl restart heat-api
    # systemctl restart heat-api-cfn
    # systemctl restart heat-engine