Image service の計測の有効化

Image service の計測の有効化

Telemetry は通知を使用して、 Image service サービスの計測項目を収集します。コントローラーノードで以下の作業を行います。

Telemetry を使用するための Image サービスの設定

  • /etc/glance/glance-api.conf/etc/glance/glance-registry.conf ファイルを編集し、以下の作業をすべて行います。

    • [DEFAULT][oslo_messaging_rabbit] セクションに、通知方法と RabbitMQ メッセージブローカーへのアクセス方法を設定します。

      [DEFAULT]
      ...
      notification_driver = messagingv2
      rpc_backend = rabbit
      
      [oslo_messaging_rabbit]
      ...
      rabbit_host = controller
      rabbit_userid = openstack
      rabbit_password = RABBIT_PASS
      

      RABBIT_PASSRabbitMQopenstack アカウント用に選択したパスワードで置き換えます。

インストールの最終作業

  • Image service を再起動します。

    # service glance-registry restart
    # service glance-api restart
    
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

Search