The ceilometer.identity.notifications ModuleΒΆ

class ceilometer.identity.notifications.Authenticate(pipeline_manager)[source]

Bases: ceilometer.identity.notifications._Base

Convert identity authentication notifications into Samples.

Authenticate.process_notification(message)[source]
class ceilometer.identity.notifications.Group(pipeline_manager)[source]

Bases: ceilometer.identity.notifications.IdentityCRUD

class ceilometer.identity.notifications.IdentityCRUD(pipeline_manager)[source]

Bases: ceilometer.identity.notifications._Base

IdentityCRUD.process_notification(message)[source]
class ceilometer.identity.notifications.Project(pipeline_manager)[source]

Bases: ceilometer.identity.notifications.IdentityCRUD

class ceilometer.identity.notifications.Role(pipeline_manager)[source]

Bases: ceilometer.identity.notifications.IdentityCRUD

class ceilometer.identity.notifications.Trust(pipeline_manager)[source]

Bases: ceilometer.identity.notifications.IdentityCRUD

class ceilometer.identity.notifications.User(pipeline_manager)[source]

Bases: ceilometer.identity.notifications.IdentityCRUD

Previous topic

The ceilometer.identity Module

Next topic

The ceilometer.data_processing Module

This Page