Emma Foley ca65ceb81a Remove unused trust_id parameter in keystoneclient.get_client()
get_client is not called with trust_id in ceilometer.
If trust_id was passed, the behaviour is not as expected.
trust_id gets passed to keystoneclient along with a session.
When keystoneclient is created with trust_id and a session,
the trust_id param is set as a property and not used until
authenticate() is called (which we don't do explicitly, and
we don't have an expired session/token that would trigger this)
The expected behaviour is that keystoneclient would be
trust-scoped from the beginning.

The trust_id is set in conf, and this gets consumed in the
get_session() call, which creates the session from the
values in conf.
There's no need to have trust_id passed into the get_client
method, since the session is always constructed and carries
the trust_id. This keeps the concerns of authentication
(keystoneauth) and resource retrieval (keystoneclient)
separate.

Change-Id: I94d6a1ed9b9549203e90bedb1061e164eb1b03c0
Signed-off-by: Emma Foley <efoley@redhat.com>
2026-04-02 12:48:47 -04:00
2019-04-19 19:31:12 +00:00
2014-10-09 10:31:23 +03:00
2026-03-30 20:42:10 +09:00
2017-04-08 17:15:28 +08:00
2013-03-15 14:25:48 +00:00
2025-11-21 02:20:08 +09:00
2024-03-13 19:27:59 +09:00
2020-04-11 00:57:21 -07:00

Ceilometer

image

Overview

Ceilometer is a data collection service that collects event and metering data by monitoring notifications sent from OpenStack services. It publishes collected data to various targets including data stores and message queues.

Ceilometer is distributed under the terms of the Apache License, Version 2.0. The full terms and conditions of this license are detailed in the LICENSE file.

Documentation

Release notes are available at https://releases.openstack.org/teams/telemetry.html

Developer documentation is available at https://docs.openstack.org/ceilometer/latest/

Launchpad Projects

Code Repository

Bug Tracking

Release Notes

IRC

IRC Channel: #openstack-telemetry on OFTC.

Mailinglist

Project use http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss as the mailinglist. Please use tag [Ceilometer] in the subject for new threads.

Description
OpenStack Telemetry (Ceilometer)
Readme 110 MiB
Languages
Python 98.7%
Shell 1.3%