The ceilometer.agent.discovery.tenant ModuleΒΆ

class ceilometer.agent.discovery.tenant.TenantDiscovery[source]

Bases: ceilometer.agent.plugin_base.DiscoveryBase

Discovery that supplies keystone tenants.

This discovery should be used when the pollster’s work can’t be divided into smaller pieces than per-tenant. Example of this is the Swift pollster, which polls account details and does so per-tenant.

discover(manager, param=None)[source]