为 Ubuntu 启用编排服务计量

遥测使用通知来收集编排服务计量。请在控制器节点上执行以下步骤。

配置编排服务以使用遥测

  • 编辑 /etc/heat/heat.conf 并完成以下操作

    • [oslo_messaging_notifications] 部分中,启用通知

      [oslo_messaging_notifications]
      ...
      driver = messagingv2
      

完成安装

  • 重启编排服务

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