The ceilometer.network.notifications ModuleΒΆ

Handler for producing network counter messages from Neutron notification events.

class ceilometer.network.notifications.Bandwidth(pipeline_manager)[source]

Bases: ceilometer.network.notifications.NetworkNotificationBase

Listen for Neutron notifications.

Listen in order to mediate with the metering framework.

Bandwidth.process_notification(message)[source]
class ceilometer.network.notifications.FloatingIP(pipeline_manager)[source]

Bases: ceilometer.network.notifications.NetworkNotificationBase

Listen for Neutron notifications.

Listen in order to mediate with the metering framework.

class ceilometer.network.notifications.Network(pipeline_manager)[source]

Bases: ceilometer.network.notifications.NetworkNotificationBase

Listen for Neutron network notifications.

Listen in order to mediate with the metering framework.

class ceilometer.network.notifications.NetworkNotificationBase(pipeline_manager)[source]

Bases: ceilometer.plugin.NotificationBase

static NetworkNotificationBase.get_targets(conf)[source]

Return a sequence of oslo.messaging.Target

This sequence is defining the exchange and topics to be connected for this plugin.

NetworkNotificationBase.process_notification(message)[source]
class ceilometer.network.notifications.Port(pipeline_manager)[source]

Bases: ceilometer.network.notifications.NetworkNotificationBase

Listen for Neutron notifications.

Listen in order to mediate with the metering framework.

class ceilometer.network.notifications.Router(pipeline_manager)[source]

Bases: ceilometer.network.notifications.NetworkNotificationBase

Listen for Neutron notifications.

Listen in order to mediate with the metering framework.

class ceilometer.network.notifications.Subnet(pipeline_manager)[source]

Bases: ceilometer.network.notifications.NetworkNotificationBase

Listen for Neutron notifications.

Listen in order to mediate with the metering framework.

Previous topic

The ceilometer.network Module

Next topic

The ceilometer.network.statistics.port Module

This Page