The ceilometer.api.hooks Module

class ceilometer.api.hooks.ConfigHook[source]

Bases: pecan.hooks.PecanHook

Attach the configuration object to the request.

That allows controllers to get it.

static before(state)[source]
class ceilometer.api.hooks.DBHook[source]

Bases: pecan.hooks.PecanHook

before(state)[source]
static get_connection(purpose)[source]
class ceilometer.api.hooks.NotifierHook[source]

Bases: pecan.hooks.PecanHook

Create and attach a notifier to the request.

Usually, samples will be push to notification bus by notifier when they are posted via /v2/meters/ API.

before(state)[source]
class ceilometer.api.hooks.TranslationHook[source]

Bases: pecan.hooks.PecanHook

after(state)[source]

Previous topic

The ceilometer.api.controllers.v2.utils Module

Next topic

The ceilometer.api.middleware Module

Project Source

This Page