The ceilometer.network.notifications Module

Handler for producing network counter messages from Quantum notification events.

class ceilometer.network.notifications.FloatingIP[source]

Bases: ceilometer.network.notifications.NetworkNotificationBase

Listen for Quantum notifications in order to mediate with the metering framework.

class ceilometer.network.notifications.Network[source]

Bases: ceilometer.network.notifications.NetworkNotificationBase

Listen for Quantum network notifications in order to mediate with the metering framework.

class ceilometer.network.notifications.NetworkNotificationBase[source]

Bases: ceilometer.plugin.NotificationBase

get_event_types()[source]
static get_exchange_topics(conf)[source]

Return a sequence of ExchangeTopics defining the exchange and topics to be connected for this plugin.

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

Bases: ceilometer.network.notifications.NetworkNotificationBase

Listen for Quantum notifications in order to mediate with the metering framework.

class ceilometer.network.notifications.Router[source]

Bases: ceilometer.network.notifications.NetworkNotificationBase

Listen for Quantum notifications in order to mediate with the metering framework.

class ceilometer.network.notifications.Subnet[source]

Bases: ceilometer.network.notifications.NetworkNotificationBase

Listen for Quantum notifications in order to mediate with the metering framework.

Previous topic

The ceilometer.network.floatingip Module

Next topic

The ceilometer.nova_client Module

This Page